public interface AppWorkArea extends Component.BelongToFrame
| Modifier and Type | Interface and Description |
|---|---|
static class |
AppWorkArea.Mode |
static class |
AppWorkArea.State |
static interface |
AppWorkArea.StateChangeListener |
Component.ActionOwner, Component.ActionsHolder, Component.Alignment, Component.BelongToFrame, Component.Buffered, Component.ChildEditableController, Component.Collapsable, Component.Container, Component.ContextHelpIconClickEvent, Component.Disposable, Component.Editable, Component.EditableChangeEvent, Component.EditableChangeListener, Component.EditableChangeNotifier, Component.ExpandedStateChangeEvent, Component.ExpandedStateChangeListener, Component.Focusable, Component.HasBorder, Component.HasButtonsPanel, Component.HasCaption, Component.HasContextHelp, Component.HasFormatter, Component.HasIcon, Component.HasInputPrompt, Component.HasNamedComponents, Component.HasOptionsStyleProvider, Component.HasPresentations, Component.HasRowsCount, Component.HasSettings, Component.HasValue, Component.HasXmlDescriptor, Component.LayoutClickEvent, Component.LayoutClickListener, Component.LayoutClickNotifier, Component.Margin, Component.MouseEventDetails, Component.OptionsStyleProvider, Component.OrderedContainer, Component.OuterMargin, Component.SecuredActionsHolder, Component.ShortcutAction, Component.ShortcutNotifier, Component.ShortcutTriggeredEvent, Component.Spacing, Component.UiPermissionAware, Component.Validatable, Component.ValueChangeEvent, Component.ValueChangeListener, Component.Wrapper| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAME |
AUTO_SIZE, AUTO_SIZE_PX, UNITS_PERCENTAGE, UNITS_PIXELS| Modifier and Type | Method and Description |
|---|---|
void |
addStateChangeListener(AppWorkArea.StateChangeListener listener) |
VBoxLayout |
getInitialLayout() |
AppWorkArea.Mode |
getMode() |
AppWorkArea.State |
getState() |
void |
removeStateChangeListener(AppWorkArea.StateChangeListener listener) |
void |
setInitialLayout(VBoxLayout initialLayout) |
void |
setMode(AppWorkArea.Mode mode) |
getFrame, setFrameaddStyleName, getAlignment, getDebugId, getHeight, getHeightUnits, getId, getParent, getStyleName, getWidth, getWidthUnits, isEnabled, isEnabledItself, isResponsive, isVisible, isVisibleItself, removeStyleName, requestFocus, setAlignment, setDebugId, setEnabled, setHeight, setHeightAuto, setHeightFull, setId, setParent, setResponsive, setSizeAuto, setSizeFull, setStyleName, setVisible, setWidth, setWidthAuto, setWidthFull, unwrap, unwrapCompositionstatic final java.lang.String NAME
AppWorkArea.Mode getMode()
void setMode(AppWorkArea.Mode mode)
AppWorkArea.State getState()
VBoxLayout getInitialLayout()
void setInitialLayout(VBoxLayout initialLayout)
void addStateChangeListener(AppWorkArea.StateChangeListener listener)
void removeStateChangeListener(AppWorkArea.StateChangeListener listener)