Class HorizontalStack
java.lang.Object
ch.nolix.system.element.mutableelement.AbstractMutableElement
ch.nolix.system.style.stylable.AbstractStylableElement<IHorizontalStack>
ch.nolix.system.webgui.main.Control<IHorizontalStack, IHorizontalStackStyle>
ch.nolix.system.webcontainercontrol.container.AbstractContainer<IHorizontalStack, IHorizontalStackStyle>
ch.nolix.system.webcontainercontrol.linearcontainer.AbstractLinearContainer<IHorizontalStack, IHorizontalStackStyle>
ch.nolix.system.webcontainercontrol.horizontalstack.HorizontalStack
- All Implemented Interfaces:
IFluentMutableMultiTokenHolder<IHorizontalStack>, IFluentMutableOptionalIdHolder<IHorizontalStack>, IMultiTokenHolder, IOptionalIdHolder, Linkable, LinkedRequestable, TypeRequestable, Clearable, Resettable, EmptinessRequestable, IHtmlGetter, IElement, IStructureElement, IMutableElement, ISizeAdjustableBox<IHorizontalStack>, PresenceRequestable, PresenceSettable<IHorizontalStack>, IStylableElement<IHorizontalStack>, IContainer<IHorizontalStack, IHorizontalStackStyle>, IHorizontalStack, ILinearContainer<IHorizontalStack, IHorizontalStackStyle>, IControl<IHorizontalStack, IHorizontalStackStyle>, IUserInputCell<IHorizontalStack>
public final class HorizontalStack
extends AbstractLinearContainer<IHorizontalStack, IHorizontalStackStyle>
implements IHorizontalStack
- Author:
- Silvan Wyss
-
Field Summary
FieldsFields inherited from class Control
DEFAULT_CURSOR_ICON, DEFAULT_PRESENCE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractLinearContainer
addControl, addControls, addControls, clear, getStoredChildControls, isEmpty, registerHtmlElementEventsAt, removeControlMethods inherited from class AbstractContainer
getOptionalJavaScriptUserInputFunction, getRole, getUserInput, hasRole, hasRole, removeRole, runHtmlEvent, setRole, setUserInputMethods inherited from class Control
belongsToControl, belongsToGui, belongsToLayer, editStyle, getCssRules, getCursorIcon, getHtml, getInternalId, getMaxHeight, getMaxWidth, getMinHeight, getMinWidth, getOptionalStoredChildControlByInternalId, getPresence, getStoredChildStylableElements, getStoredLinkedObjects, getStoredParentControl, getStoredParentGui, getStoredParentLayer, getStoredStyle, hasInternalId, hasMaxHeight, hasMaxWidth, hasMinHeight, hasMinWidth, internalSetParentControl, internalSetParentLayer, isCollapsed, isInvisible, isLinkedTo, isLinkedToAnObject, isVisible, linkTo, removeMaxHeight, removeMaxWidth, removeMinHeight, removeMinWidth, setCollapsed, setCursorIcon, setInvisible, setMaxHeight, setMaxHeightInPercentOfViewAreaHeight, setMaxWidth, setMaxWidthInPercentOfViewAreaWidth, setMinHeight, setMinHeightInPercentOfViewAreaHeight, setMinWidth, setMinWidthInPercentOfViewAreaWidth, setVisibility, setVisibleMethods inherited from class AbstractStylableElement
addToken, getChildStructureElements, getId, getTokens, hasId, removeId, removeToken, removeTokens, reset, resetStyleRecursively, setIdMethods inherited from class AbstractMutableElement
addOrChangeAttribute, addOrChangeAttribute, equals, getAttributes, getSpecification, hashCode, resetFromFileWithFilePath, toStringMethods inherited from interface EmptinessRequestable
containsAny, isEmptyMethods inherited from interface IContainer
getRole, hasRole, removeRole, setRoleMethods inherited from interface IControl
belongsToControl, belongsToGui, belongsToLayer, editStyle, getCssRules, getCursorIcon, getInternalId, getOptionalJavaScriptUserInputFunction, getOptionalStoredChildControlByInternalId, getStoredChildControls, getStoredParentControl, getStoredParentGui, getStoredParentLayer, getStoredStyle, hasInternalId, internalSetParentControl, internalSetParentLayer, registerHtmlElementEventsAt, runHtmlEvent, setCursorIconMethods inherited from interface IElement
getAttributes, getSpecification, toFormatedString, toXmlMethods inherited from interface IFluentMutableMultiTokenHolder
addToken, removeToken, removeTokensMethods inherited from interface IFluentMutableOptionalIdHolder
removeId, setIdMethods inherited from interface IHtmlGetter
getHtmlMethods inherited from interface ILinearContainer
addControl, addControls, addControls, removeControlMethods inherited from interface IMultiTokenHolder
getTokensMethods inherited from interface IMutableElement
addOrChangeAttribute, addOrChangeAttribute, addOrChangeAttributes, addOrChangeAttributes, addOrChangeAttributes, resetFromAttributes, resetFromSpecificationMethods inherited from interface IOptionalIdHolder
getId, getIdInQuotes, hasId, hasIdMethods inherited from interface ISizeAdjustableBox
getMaxHeight, getMaxWidth, getMinHeight, getMinWidth, hasMaxHeight, hasMaxWidth, hasMinHeight, hasMinWidth, removeMaxHeight, removeMaxWidth, removeMinHeight, removeMinWidth, setMaxHeight, setMaxHeightInPercentOfViewAreaHeight, setMaxWidth, setMaxWidthInPercentOfViewAreaWidth, setMinHeight, setMinHeightInPercentOfViewAreaHeight, setMinWidth, setMinWidthInPercentOfViewAreaWidthMethods inherited from interface IStructureElement
getChildStructureElementsMethods inherited from interface IStylableElement
getStoredChildStylableElements, hasRole, resetStyleRecursivelyMethods inherited from interface IUserInputCell
getUserInput, setUserInputMethods inherited from interface LinkedRequestable
getStoredLinkedObjects, isLinkedTo, isLinkedToAnObjectMethods inherited from interface PresenceRequestable
getPresence, isCollapsed, isInvisible, isVisibleMethods inherited from interface PresenceSettable
setCollapsed, setInvisible, setVisibility, setVisibleMethods inherited from interface Resettable
resetMethods inherited from interface TypeRequestable
getType, isOfConcreteType, isOfConcreteType, isOfType, isOfType
-
Field Details
-
DEFAULT_CONTENT_ALIGNMENT
-
-
Constructor Details
-
HorizontalStack
public HorizontalStack()
-
-
Method Details
-
getContentAlignment
- Specified by:
getContentAlignmentin interfaceIHorizontalStack
-
setContentAlignment
- Specified by:
setContentAlignmentin interfaceIHorizontalStack
-