public class CollapsibleContainerController extends DefaultWidgetController
| Modifier and Type | Field and Description |
|---|---|
static String |
CENTER_BUTTON |
static String |
CENTER_STICKY_BUTTON |
static String |
MODEL_BOTTOM_PANEL_COLLAPSED |
protected static String |
MODEL_BOTTOM_STICKY_BUTTON_ON |
static String |
MODEL_CENTER_PANEL_COLLAPSED |
protected static String |
MODEL_CENTER_STICKY_BUTTON_ON |
protected static String |
MODEL_NORTH_STICKY_BUTTON_ON |
static String |
MODEL_TOP_PANEL_COLLAPSED |
static String |
NORTH_BUTTON |
static String |
NORTH_STICKY_BUTTON |
static String |
OUTER_NORTH_BUTTON |
static String |
OUTER_NORTH_STICKY_BUTTON |
protected static String |
SETTING_ALLOW_LOCKING_BOTTOM_PANEL |
protected static String |
SETTING_ALLOW_LOCKING_CENTER_PANEL |
protected static String |
SETTING_ALLOW_LOCKING_TOP_PANEL |
protected static String |
SETTING_BOTTOM_PANEL_INITIALLY_LOCKED |
protected static String |
SETTING_CENTER_PANEL_INITIALLY_LOCKED |
protected static String |
SETTING_TOP_PANEL_INITIALLY_LOCKED |
static String |
SOUTH_BUTTON |
static String |
SOUTH_STICKY_BUTTON |
| Constructor and Description |
|---|
CollapsibleContainerController() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
areAllSectionsCollapsed() |
void |
changePanelCollapseState(CollapsibleContainerState collapsibleContainerState) |
org.zkoss.zul.Borderlayout |
getBorderlayout() |
DefaultWidgetCaptionWrapper |
getBottomCaptionWrapper() |
org.zkoss.zul.Div |
getBottomContainer() |
protected org.zkoss.zul.Button |
getBottomStickyButton() |
org.zkoss.zul.Center |
getCenter() |
org.zkoss.zul.Button |
getCenterButton() |
org.zkoss.zul.Div |
getCenterCaptionContainer() |
org.zkoss.zul.Div |
getCenterCaptionContainerInner() |
DefaultWidgetCaptionWrapper |
getCenterCaptionWrapper() |
protected org.zkoss.zul.Button |
getCenterStickyButton() |
org.zkoss.zul.North |
getNorth() |
org.zkoss.zul.Button |
getNorthButton() |
org.zkoss.zul.Div |
getNorthCaptionContainer() |
org.zkoss.zul.Div |
getNorthCaptionContainerInner() |
protected org.zkoss.zul.Button |
getNorthStickyButton() |
org.zkoss.zul.Borderlayout |
getOuterBorderlayout() |
org.zkoss.zul.North |
getOuterNorth() |
org.zkoss.zul.Button |
getOuterNorthButton() |
org.zkoss.zul.Div |
getOuterNorthCaptionContainer() |
org.zkoss.zul.Button |
getOuterNorthStickyButton() |
org.zkoss.zul.Div |
getOuterTopContainer() |
org.zkoss.zul.South |
getSouth() |
org.zkoss.zul.Button |
getSouthButton() |
org.zkoss.zul.Div |
getSouthCaptionContainer() |
org.zkoss.zul.Button |
getSouthStickyButton() |
DefaultWidgetCaptionWrapper |
getTopCaptionWrapper() |
org.zkoss.zul.Div |
getTopContainer() |
void |
initialize(org.zkoss.zk.ui.Component comp)
Override this method to do initialization stuff for your widget, like initialize widget settings, restore view
state from viewmodel, etc.
|
boolean |
isThirdAreaDisabled() |
void |
onBottomStickyButtonClick() |
void |
onCenterButtonClicked() |
void |
onCenterStickyButtonClick() |
void |
onNorthButtonClicked() |
void |
onNorthStickyButtonClick() |
void |
onOuterNorthButtonClicked() |
void |
onOuterNorthStickyButtonClick() |
void |
onSouthButtonClicked() |
void |
setThirdAreaDisabled(boolean thirdAreaDisabled) |
doAfterCompose, doBeforeCompose, doBeforeComposeChildren, executeOperation, getDragAndDropStrategy, getLabel, getLabel, getModel, getValue, getWidgetDragAndDropStrategyRepository, getWidgetInstanceManager, getWidgetRoot, getWidgetSettings, getWidgetslot, getWidgetTitle, getWidgetUtils, initDragAndDropAwareness, initWidgetSetting, initWidgetSetting, initWidgetSetting, initWidgetSetting, initWidgetSetting, invokeListenerMethod, onSocketInput, preInitialize, sendOutput, sendOutputAfterOperation, sendOutputAfterOperation, sendOutputAfterOperation, setValue, setWidgetInstanceManager, setWidgetTitlescanEventListenersalert, didActivate, getPage, willClone, willPassivatepublic static final String NORTH_BUTTON
public static final String OUTER_NORTH_BUTTON
public static final String SOUTH_BUTTON
public static final String CENTER_BUTTON
public static final String MODEL_TOP_PANEL_COLLAPSED
public static final String MODEL_CENTER_PANEL_COLLAPSED
public static final String MODEL_BOTTOM_PANEL_COLLAPSED
public static final String NORTH_STICKY_BUTTON
public static final String OUTER_NORTH_STICKY_BUTTON
public static final String SOUTH_STICKY_BUTTON
public static final String CENTER_STICKY_BUTTON
protected static final String MODEL_NORTH_STICKY_BUTTON_ON
protected static final String MODEL_BOTTOM_STICKY_BUTTON_ON
protected static final String MODEL_CENTER_STICKY_BUTTON_ON
protected static final String SETTING_ALLOW_LOCKING_TOP_PANEL
protected static final String SETTING_ALLOW_LOCKING_CENTER_PANEL
protected static final String SETTING_ALLOW_LOCKING_BOTTOM_PANEL
protected static final String SETTING_TOP_PANEL_INITIALLY_LOCKED
protected static final String SETTING_CENTER_PANEL_INITIALLY_LOCKED
protected static final String SETTING_BOTTOM_PANEL_INITIALLY_LOCKED
public void initialize(org.zkoss.zk.ui.Component comp)
DefaultWidgetControllerDefaultWidgetController.doAfterCompose(Component) everytime your widget
view is created. See GenericForwardComposer.doAfterCompose(Component) for more details.initialize in class DefaultWidgetControllerpublic void changePanelCollapseState(CollapsibleContainerState collapsibleContainerState)
protected boolean areAllSectionsCollapsed()
public void onOuterNorthButtonClicked()
public void onNorthButtonClicked()
public void onCenterButtonClicked()
public void onSouthButtonClicked()
public boolean isThirdAreaDisabled()
public void setThirdAreaDisabled(boolean thirdAreaDisabled)
protected org.zkoss.zul.Button getNorthStickyButton()
protected org.zkoss.zul.Button getCenterStickyButton()
protected org.zkoss.zul.Button getBottomStickyButton()
public void onNorthStickyButtonClick()
public void onOuterNorthStickyButtonClick()
public void onCenterStickyButtonClick()
public void onBottomStickyButtonClick()
public org.zkoss.zul.Borderlayout getBorderlayout()
public org.zkoss.zul.Borderlayout getOuterBorderlayout()
public org.zkoss.zul.North getOuterNorth()
public org.zkoss.zul.North getNorth()
public org.zkoss.zul.South getSouth()
public org.zkoss.zul.Center getCenter()
public org.zkoss.zul.Div getTopContainer()
public org.zkoss.zul.Div getBottomContainer()
public org.zkoss.zul.Div getOuterTopContainer()
public org.zkoss.zul.Button getCenterButton()
public org.zkoss.zul.Button getOuterNorthButton()
public org.zkoss.zul.Button getNorthButton()
public org.zkoss.zul.Button getSouthButton()
public org.zkoss.zul.Div getNorthCaptionContainer()
public org.zkoss.zul.Div getCenterCaptionContainer()
public org.zkoss.zul.Div getSouthCaptionContainer()
public org.zkoss.zul.Div getOuterNorthCaptionContainer()
public org.zkoss.zul.Div getCenterCaptionContainerInner()
public org.zkoss.zul.Div getNorthCaptionContainerInner()
public DefaultWidgetCaptionWrapper getTopCaptionWrapper()
public DefaultWidgetCaptionWrapper getCenterCaptionWrapper()
public DefaultWidgetCaptionWrapper getBottomCaptionWrapper()
public org.zkoss.zul.Button getOuterNorthStickyButton()
public org.zkoss.zul.Button getSouthStickyButton()
Copyright © 2018. All rights reserved.