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