Uses of Class
com.iizix.prop.GUnit
Package
Description
Uses of GUnit in com.iizigo.panel.prop
Modifier and TypeMethodDescriptionEAbsoluteData.getDefaultValue
(Atom name, GUnit defaultValue) Gets the default value to use when a value is defined and no previous text is available.EBorderData.getDefaultValue
(Atom name, GUnit defaultValue) Gets the default value to use when a value is defined and no previous text is available.EFlexData.getDefaultValue
(Atom name, GUnit defaultValue) Gets the default value to use when a value is defined and no previous text is available.EGridData.getDefaultValue
(Atom name, GUnit defaultValue) Gets the default value to use when a value is defined and no previous text is available.EUIDialog.getDefaultValue
(Atom name, GUnit defaultValue) Gets the default value to use when a value is defined and no previous text is available.EUIPanelPart.getDefaultValue
(Atom name, GUnit defaultValue) Gets the default value to use when a value is defined and no previous text is available.Modifier and TypeMethodDescriptionEAbsoluteData.getDefaultValue
(Atom name, GUnit defaultValue) Gets the default value to use when a value is defined and no previous text is available.EBorderData.getDefaultValue
(Atom name, GUnit defaultValue) Gets the default value to use when a value is defined and no previous text is available.EFlexData.getDefaultValue
(Atom name, GUnit defaultValue) Gets the default value to use when a value is defined and no previous text is available.EGridData.getDefaultValue
(Atom name, GUnit defaultValue) Gets the default value to use when a value is defined and no previous text is available.EUIDialog.getDefaultValue
(Atom name, GUnit defaultValue) Gets the default value to use when a value is defined and no previous text is available.EUIPanelPart.getDefaultValue
(Atom name, GUnit defaultValue) Gets the default value to use when a value is defined and no previous text is available.Uses of GUnit in com.iizigo.prop.editor
Modifier and TypeFieldDescriptionBoxShadowValidator.blur
The blur, null if not parsed.DropShadowValidator.blur
The blur, null if not parsed.TextShadowValidator.blur
The blur, null if not parsed.BoxShadowValidator.horz
The horizontal unit, null if not parsed.DropShadowValidator.horz
The horizontal unit, null if not parsed.TextShadowValidator.horz
The horizontal unit, null if not parsed.BoxShadowValidator.spread
The spread, null if not parsed.BoxShadowValidator.vert
The vertical unit, null if not parsed.DropShadowValidator.vert
The vertical unit, null if not parsed.TextShadowValidator.vert
The vertical unit, null if not parsed.Modifier and TypeMethodDescriptionUnitPropEditor.getDefaultValue()
Gets the default defined value to set in the property when defined.protected GUnit
Gets the property value for a user input.Modifier and TypeMethodDescriptionMultiUnitPropEditor.createPropertyEditor()
Creates the property editor for a line to edit a single property.Modifier and TypeMethodDescriptionUnitPropEditor.formatValue
(GUnit value) Formats the value for user input as a String.Uses of GUnit in com.iizix.prop
Modifier and TypeMethodDescriptionGUnit.clone()
Clones this instance.static GUnit
GUnit.createCSSGUnit
(String value, String... specialValues) Creates a GUnit object from a String.static GUnit
GUnit.createGUnit
(String expr0, String... specialValues) Creates a GUnit object from a String.Unit4Prop.createValue
(ReadTransaction trans) Creates a new unit from a transaction.protected GUnit
Unit4Prop.createValue
(Element element) Creates a unit from an element.UnitProp.getUnit()
Gets the current value set as an GUnit.Modifier and TypeMethodDescriptionprotected void
Unit4Prop.appendPropValueItem
(SendTransaction trans, GUnit value) Appends a unit to a transaction.boolean
Checks if two unit objects are equal.protected void
Unit4Prop.initializeValueElement
(GUnit value, Element element) Saves a unit to an element.boolean
UnitProp.setPropValue
(GUnit newValue) Sets a new value for this property.boolean
Sets new unit for this property.static void
GUnit.validateCSSGUnit
(GUnit unit, String... specialValues) Validates a GUnit object.Uses of GUnit in com.iizix.prop.ui
Modifier and TypeMethodDescriptiondefault GUnit
ILayoutUnitHeight.getHeightUnit()
Returns the height of the component.final GUnit
LayoutProp.getLayoutHeight()
Returns the layout height.final GUnit
LayoutProp.getLayoutWidth()
Returns the layout width.UIText.getMaxWidth()
Gets entry field maximum width.UIText.getMinWidth()
Gets minimum size.UIText.getVisualLength()
Gets the visual length (unit) of the entry field.default GUnit
ILayoutUnitWidth.getWidthUnit()
Returns the width of the component.Modifier and TypeMethodDescriptiondefault boolean
Set the width of the component.boolean
UIText.setMaxWidth
(GUnit max) Sets the entry field maximum width.boolean
UIText.setMinWidth
(GUnit min) Sets the entry field minimum width.boolean
AbsoluteData.setPosition
(GUnit x, GUnit y, IComplexOperation op) Assigns the composite X and/or Y position.boolean
LayoutProp.setPosition
(GUnit x, GUnit y, IComplexOperation op) Assigns the composite X and/or Y position.boolean
AbsoluteData.setSize
(GUnit width, GUnit height, IComplexOperation op) Assigns the component width and/or height.boolean
BorderData.setSize
(GUnit width, GUnit height, IComplexOperation op) Assigns the component width and/or height.boolean
FlexData.setSize
(GUnit width, GUnit height, IComplexOperation op) Assigns the component width and/or height.boolean
GridData.setSize
(GUnit width, GUnit height, IComplexOperation op) Assigns the component width and/or height.boolean
LayoutProp.setSize
(GUnit width, GUnit height, IComplexOperation op) Assigns the component width and/or height.boolean
UIText.setVisualLength
(GUnit len) Sets the visual length (unit) of the entry field.default boolean
Set the width of the component.Uses of GUnit in com.iizix.prop.ui.mlist
Modifier and TypeMethodDescriptionGUnit[]
MLItem.getIconMargins()
Gets the margins for the icon.MLItem.getLeadingWidth()
Gets the width of leading text.Modifier and TypeMethodDescriptionboolean
MLItem.setIconMargins
(GUnit[] margins) Sets the icon margins.boolean
MLItem.setIconPadding
(GUnit margin) Sets the icon margin.boolean
MLItem.setLeadingWidth
(GUnit width) Gets the width of leading text.