Package com.iizix.prop.ui
Interface ILayoutAssumeHeight
- All Known Implementing Classes:
- AbsoluteData,- BorderData,- EAbsoluteData,- EBorderData,- EFlexData,- EGridData,- FlexData,- GridData
public interface ILayoutAssumeHeight
Interface used by layout data to indicate that the component should be assumed to have a height due to the UI design setting "Assume height".
- Author:
- Christopher Mindus
- Field SummaryFieldsModifier and TypeFieldDescription- static final StringThe property name for the assumed height BoolProp.
- Method SummaryModifier and TypeMethodDescription- default booleanReturns if the component has an assumed height assigned or not.
- Field Details- PN_ASSUME_HEIGHTThe property name for the assumed height BoolProp.- See Also:
 
 
- Method Details- hasAssumedHeightdefault boolean hasAssumedHeight()Returns if the component has an assumed height assigned or not.- Returns:
- true if the height is assumed, false otherwise.