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 Summary
Fields Modifier and Type Field Description static java.lang.String
PN_ASSUME_WIDTH
The property name for the assumed width BoolProp.
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default boolean
hasAssumedWidth()
Returns if the component has an assumed width assigned or not.
Field Detail
PN_ASSUME_WIDTH
static final java.lang.String PN_ASSUME_WIDTH
The property name for the assumed width BoolProp.- See Also:
- Constant Field Values