public abstract class AbstractBorderLayoutPanel extends AbstractZkLayoutPanel implements CommandMerger
| Modifier and Type | Field and Description |
|---|---|
protected static String |
REGION_SIZE |
subpanelsCOMMANDS_SORTER, L10N_UNAUTHORIZED_ACCESS, L10N_UNEXPECTED_ERROR, prevState, statebase, BEANS_NAMESPACEATTRIB_COMMAND_MERGERSECURITY_PATH_DELIM| Modifier | Constructor and Description |
|---|---|
protected |
AbstractBorderLayoutPanel() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accepts(Panel panel) |
protected void |
afterAdd(Panel panel) |
void |
afterPropertiesSet() |
protected void |
afterRemove(Panel panel) |
protected void |
beforeAdd(Panel panel) |
protected void |
beforePersistencePhase() |
protected void |
beforeRemove(Panel panel) |
protected void |
beforeReplace(Panel oldItem,
Panel newItem) |
void |
dispatchMessage(Message message) |
protected Panel |
getCenter() |
protected Panel |
getEast() |
SortedSet<Command> |
getMergedCommands() |
Set<CommandAware> |
getMergedOwners() |
protected Panel |
getNorth() |
protected org.zkoss.zul.LayoutRegion |
getRegionByPanel(Panel panel) |
protected Collection<Panel> |
getRenderedOrderOfChildren() |
protected Panel |
getSouth() |
protected Panel |
getWest() |
protected boolean |
hasCenter() |
protected boolean |
hasEast() |
protected boolean |
hasNorth() |
protected boolean |
hasSouth() |
protected boolean |
hasWest() |
protected boolean |
isActive(Panel panel) |
protected void |
mergeCommands() |
protected <T extends Serializable> |
onSettingValueChanged(SettingEnum id,
T oldValue,
T newValue) |
protected void |
registerSettings() |
void |
render() |
protected boolean |
setCenter(Panel panel) |
void |
setChildren(Collection<Panel> panels) |
protected boolean |
setEast(Panel panel) |
protected boolean |
setNorth(Panel panel) |
protected boolean |
setSouth(Panel panel) |
protected boolean |
setWest(Panel panel) |
String |
toString() |
attach, clearBusy, detach, displayMessage, getAttribute, getSclass, hasAttribute, hightlightPanel, initBaseComponent, isAttached, processValidCommand, removeAttribute, setAttribute, setSclass, showBusyafterReplace, cancelDispatchForSubpanel, flushCache, getChildren, getSubpanels, hideSetting, isContained, processMessage, setInDesignMode, setL10nMode, setUnsavedSettings, toSpringXml, unregisterCommandactivateCommand, activateCommand, activateCommands, arrangeForState, canProcess, getCommand, getCommandRenderer, getCommands, getL10nMode, getPanelState, getSupportedCommands, hasCommand, initCommandRenderer, isCommandsSupressed, isHighlighted, isInDesignMode, process, registerCommand, registerCommands, supressCommands, unregisterCommandafterSettingsSet, dispatchTitleChange, getIndex, getSetting, getSettings, getSettingValue, hasSetting, hasUnsavedSettings, isPersisted, registerSetting, setIndex, setSettings, setSettingValue, unregisterSettingaddMessageListener, bindingSuspended, getListeners, isBindingSuspended, removeMessageListener, setParentequals, getAttribute, getBeanName, getImage, getParent, getSid, hashCode, isInitialized, reset, setBeanName, updateBeanNameclone, finalize, getClass, notify, notifyAll, wait, wait, waitequals, getAttribute, getBeanName, getImage, getIndex, getParent, hashCode, isHighlighted, isPersisted, setIndex, setParentgetSidaddMessageListener, getListeners, removeMessageListenerisInDesignModegetL10nModegetCommand, getCommands, getPanelState, getSupportedCommands, hasCommand, isCommandsSupressed, supressCommands, unregisterCommandprocessgetSettings, getSettingValue, hasSetting, hasUnsavedSettings, setSettings, setSettingValueprotected static final String REGION_SIZE
public boolean accepts(Panel panel)
accepts in interface ParentCapableprotected void afterAdd(Panel panel)
afterAdd in class AbstractLayoutPanelpublic void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanafterPropertiesSet in class AbstractCommandAwarePanelExceptionprotected void afterRemove(Panel panel)
afterRemove in class AbstractLayoutPanelprotected void beforeAdd(Panel panel)
beforeAdd in class AbstractLayoutPanelprotected void beforePersistencePhase()
beforePersistencePhase in class AbstractPanelprotected void beforeRemove(Panel panel)
beforeRemove in class AbstractLayoutPanelprotected void beforeReplace(Panel oldItem, Panel newItem)
beforeReplace in class AbstractLayoutPanelpublic void dispatchMessage(Message message)
dispatchMessage in interface MessageAwaredispatchMessage in class AbstractMessageAwarePanelprotected Panel getCenter()
protected Panel getEast()
public SortedSet<Command> getMergedCommands()
getMergedCommands in interface CommandMergerpublic Set<CommandAware> getMergedOwners()
getMergedOwners in interface CommandMergerprotected Panel getNorth()
protected org.zkoss.zul.LayoutRegion getRegionByPanel(Panel panel)
protected Collection<Panel> getRenderedOrderOfChildren()
getRenderedOrderOfChildren in class AbstractLayoutPanelprotected Panel getSouth()
protected Panel getWest()
protected boolean hasCenter()
protected boolean hasEast()
protected boolean hasNorth()
protected boolean hasSouth()
protected boolean hasWest()
protected boolean isActive(Panel panel)
isActive in class AbstractLayoutPanelprotected void mergeCommands()
protected <T extends Serializable> void onSettingValueChanged(SettingEnum id, T oldValue, T newValue)
onSettingValueChanged in class AbstractCommandAwarePanelprotected void registerSettings()
registerSettings in class AbstractCommandAwarePanelpublic void render()
render in interface Panelrender in class AbstractLayoutPanelprotected boolean setCenter(Panel panel)
public void setChildren(Collection<Panel> panels)
setChildren in interface ParentCapablesetChildren in class AbstractLayoutPanelprotected boolean setEast(Panel panel)
protected boolean setNorth(Panel panel)
protected boolean setSouth(Panel panel)
protected boolean setWest(Panel panel)
public String toString()
toString in interface PaneltoString in class AbstractSettingAwarePanelCopyright 2012-2013 Veniamin Isaias. All rights reserved.