public abstract class AbstractListSourceMultiSelectPanel<S,T> extends AbstractMultiSelectPanel<S,T>
| Modifier and Type | Field and Description |
|---|---|
protected org.zkoss.zul.Listbox |
sourceBox |
L10N_BUTTON_ADD, L10N_BUTTON_ADD_ALL, L10N_BUTTON_DOWN, L10N_BUTTON_REMOVE, L10N_BUTTON_REMOVE_ALL, L10N_BUTTON_UP, outerBorderlayout, targetBoxCOMMANDS_SORTER, L10N_UNAUTHORIZED_ACCESS, L10N_UNEXPECTED_ERROR, prevState, statebase, BEANS_NAMESPACESECURITY_PATH_DELIM| Modifier | Constructor and Description |
|---|---|
protected |
AbstractListSourceMultiSelectPanel() |
protected |
AbstractListSourceMultiSelectPanel(boolean readOnly,
boolean excludeUpDown) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
adjustSourceList() |
protected abstract void |
arrangeSourceHeaders(org.zkoss.zul.Listbox listbox) |
protected void |
attachSourceBox(org.zkoss.zul.LayoutRegion parent) |
protected void |
buildSourceBox() |
protected void |
deselectFromSourceBox(T target) |
protected S |
getSourceBoxSelectedItem() |
protected boolean |
isUninitialized() |
protected void |
removeFromourceBox(S source) |
protected void |
resetSourceBox() |
void |
selectAll() |
void |
setSourceList(List<S> list) |
arrangeTargetHeaders, deselect, deselectAll, getSelection, getSourceFromTarget, getTargetFromSource, moveDown, moveUp, onEvent, reset, select, setTargetListattach, clearBusy, detach, displayMessage, getAttribute, getSclass, hasAttribute, hightlightPanel, initBaseComponent, isAttached, processValidCommand, removeAttribute, setAttribute, setSclass, showBusyafterPropertiesSet, arrangeForNullTargetType, arrangeForTargetType, getTargetType, hasTargetType, onSettingValueChanged, setTargetType, toStringactivateCommand, activateCommand, activateCommands, arrangeForState, canProcess, getCommand, getCommandRenderer, getCommands, getL10nMode, getPanelState, getSupportedCommands, hasCommand, initCommandRenderer, isCommandsSupressed, isHighlighted, isInDesignMode, process, registerCommand, registerCommands, registerSettings, render, setInDesignMode, setL10nMode, setUnsavedSettings, supressCommands, unregisterCommandafterSettingsSet, dispatchTitleChange, getIndex, getSetting, getSettings, getSettingValue, hasSetting, hasUnsavedSettings, hideSetting, isPersisted, registerSetting, setIndex, setSettings, setSettingValue, toSpringXml, unregisterSettingaddMessageListener, bindingSuspended, dispatchMessage, getListeners, isBindingSuspended, processMessage, removeMessageListener, setParentbeforePersistencePhase, equals, getAttribute, getBeanName, getImage, getParent, getSid, hashCode, isInitialized, setBeanName, updateBeanNameclone, finalize, getClass, notify, notifyAll, wait, wait, waitattach, clearBusy, detach, equals, getAttribute, getAttribute, getBeanName, getImage, getIndex, getParent, getSclass, hasAttribute, hashCode, hightlightPanel, isAttached, isHighlighted, isPersisted, removeAttribute, render, setAttribute, setIndex, setParent, setSclass, showBusy, toSpringXml, toStringafterPropertiesSetgetSidisInDesignMode, setInDesignModegetL10nMode, setL10nModeaddMessageListener, dispatchMessage, getListeners, removeMessageListenerprocessMessagesetTargetTypegetTargetType, hasTargetTypeprotected AbstractListSourceMultiSelectPanel()
protected AbstractListSourceMultiSelectPanel(boolean readOnly,
boolean excludeUpDown)
protected void adjustSourceList()
adjustSourceList in class AbstractMultiSelectPanel<S,T>protected abstract void arrangeSourceHeaders(org.zkoss.zul.Listbox listbox)
protected void attachSourceBox(org.zkoss.zul.LayoutRegion parent)
attachSourceBox in class AbstractMultiSelectPanel<S,T>protected void buildSourceBox()
buildSourceBox in class AbstractMultiSelectPanel<S,T>protected void deselectFromSourceBox(T target)
deselectFromSourceBox in class AbstractMultiSelectPanel<S,T>protected S getSourceBoxSelectedItem()
getSourceBoxSelectedItem in class AbstractMultiSelectPanel<S,T>protected boolean isUninitialized()
isUninitialized in class AbstractMultiSelectPanel<S,T>protected void removeFromourceBox(S source)
removeFromourceBox in class AbstractMultiSelectPanel<S,T>protected void resetSourceBox()
resetSourceBox in class AbstractMultiSelectPanel<S,T>public void selectAll()
selectAll in interface MultiSelectPanel<S,T>selectAll in class AbstractMultiSelectPanel<S,T>Copyright 2012-2013 Veniamin Isaias. All rights reserved.