@Order(value=1000) @Component(value="ui_SplitPanelSettingsBinder") public class SplitPanelSettingsBinder extends java.lang.Object implements ComponentSettingsBinder<SplitPanel,SplitPanelSettings>
| Constructor and Description |
|---|
SplitPanelSettingsBinder() |
| Modifier and Type | Method and Description |
|---|---|
void |
applySettings(SplitPanel splitPanel,
SettingsWrapper wrapper)
Applies settings to the component
|
protected com.vaadin.server.Sizeable.Unit |
convertLegacyUnit(int unit) |
protected SplitPanelSettings |
createSettings() |
java.lang.Class<? extends Component> |
getComponentClass() |
SplitPanelSettings |
getSettings(SplitPanel splitPanel) |
java.lang.Class<? extends ComponentSettings> |
getSettingsClass() |
protected com.vaadin.ui.AbstractSplitPanel |
getVaadinSplitPanel(SplitPanel splitPanel) |
protected boolean |
isSettingsChanged(SplitPanel splitPanel,
SplitPanelSettings settings) |
boolean |
saveSettings(SplitPanel splitPanel,
SettingsWrapper wrapper) |
public java.lang.Class<? extends Component> getComponentClass()
getComponentClass in interface ComponentSettingsBinder<SplitPanel,SplitPanelSettings>TableImplpublic java.lang.Class<? extends ComponentSettings> getSettingsClass()
getSettingsClass in interface ComponentSettingsBinder<SplitPanel,SplitPanelSettings>TableSettingspublic void applySettings(SplitPanel splitPanel, SettingsWrapper wrapper)
ComponentSettingsBinderapplySettings in interface ComponentSettingsBinder<SplitPanel,SplitPanelSettings>splitPanel - componentwrapper - settings wrapper contains settings for the componentpublic boolean saveSettings(SplitPanel splitPanel, SettingsWrapper wrapper)
saveSettings in interface ComponentSettingsBinder<SplitPanel,SplitPanelSettings>splitPanel - componentwrapper - settings wrapper contains settings for the componentpublic SplitPanelSettings getSettings(SplitPanel splitPanel)
getSettings in interface ComponentSettingsBinder<SplitPanel,SplitPanelSettings>splitPanel - componentprotected com.vaadin.ui.AbstractSplitPanel getVaadinSplitPanel(SplitPanel splitPanel)
protected boolean isSettingsChanged(SplitPanel splitPanel, SplitPanelSettings settings)
protected com.vaadin.server.Sizeable.Unit convertLegacyUnit(int unit)
protected SplitPanelSettings createSettings()