Schnittstelle ISizeAdjustableBox<B extends ISizeAdjustableBox<B>>
- Typparameter:
B- is the type of aISizeAdjustableBox.
- Alle bekannten Unterschnittstellen:
IAccordion, IButton, ICheckbox, IComponent, IContainer<C,S>, IControl<C, S>, IDropdownMenu, IGrid, IHorizontalStack, IImageControl, IItemMenu<M, S>, ILabel, ILinearContainer<C, S>, ILink, ISingleContainer, ITabContainer, ITextbox, IUploader, IValidationLabel, IVerticalStack
- Alle bekannten Implementierungsklassen:
AbstractContainer, AbstractItemMenu, AbstractLinearContainer, Button, Component, ComponentWithAdapterFactory, Control, DropdownMenu, FloatContainer, Grid, HorizontalStack, ImageControl, Label, Link, SingleContainer, Textbox, Uploader, ValidationLabel, VerticalStack
public interface ISizeAdjustableBox<B extends ISizeAdjustableBox<B>>
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifikator und TypMethodeBeschreibungbooleanbooleanbooleanbooleanvoidvoidvoidvoidsetMaxHeight(int maxHeight) setMaxHeightInPercentOfViewAreaHeight(double maxHeightInPercentOfViewAreaHeight) setMaxWidth(int maxWidth) setMaxWidthInPercentOfViewAreaWidth(double maxWidthInPercentOfViewAreaWidth) setMinHeight(int minHeight) setMinHeightInPercentOfViewAreaHeight(double minHeightInPercentOfViewAreaHeight) setMinWidth(int minWidth) setMinWidthInPercentOfViewAreaWidth(double minWidthInPercentOfViewAreaWidth)
-
Methodendetails
-
getMaxHeight
IAbsoluteOrRelativeInt getMaxHeight() -
getMaxWidth
IAbsoluteOrRelativeInt getMaxWidth() -
getMinHeight
IAbsoluteOrRelativeInt getMinHeight() -
getMinWidth
IAbsoluteOrRelativeInt getMinWidth() -
hasMaxHeight
boolean hasMaxHeight() -
hasMaxWidth
boolean hasMaxWidth() -
hasMinHeight
boolean hasMinHeight() -
hasMinWidth
boolean hasMinWidth() -
removeMaxHeight
void removeMaxHeight() -
removeMaxWidth
void removeMaxWidth() -
removeMinHeight
void removeMinHeight() -
removeMinWidth
void removeMinWidth() -
setMaxHeight
-
setMaxHeightInPercentOfViewAreaHeight
-
setMaxWidth
-
setMaxWidthInPercentOfViewAreaWidth
-
setMinHeight
-
setMinHeightInPercentOfViewAreaHeight
-
setMinWidth
-
setMinWidthInPercentOfViewAreaWidth
-