Interface IVerticalStack
- All Superinterfaces:
Clearable, EmptinessRequestable, IContainer<IVerticalStack, IVerticalStackStyle>, IControl<IVerticalStack, IVerticalStackStyle>, IElement, IFluentMutableMultiTokenHolder<IVerticalStack>, IFluentMutableOptionalIdHolder<IVerticalStack>, IHtmlGetter, ILinearContainer<IVerticalStack, IVerticalStackStyle>, IMultiTokenHolder, IMutableElement, IOptionalIdHolder, ISizeAdjustableBox<IVerticalStack>, IStructureElement, IStylableElement<IVerticalStack>, IUserInputCell<IVerticalStack>, Linkable, LinkedRequestable, PresenceRequestable, PresenceSettable<IVerticalStack>, Resettable, TypeRequestable
- All Known Implementing Classes:
VerticalStack
- Author:
- Silvan Wyss
-
Method Summary
Modifier and TypeMethodDescriptionsetContentAlignment(HorizontalContentAlignment contentAlignment) Methods 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
-
Method Details
-
getContentAlignment
HorizontalContentAlignment getContentAlignment() -
setContentAlignment
-