Uses of Class
com.iizix.prop.MultiProp

Packages that use MultiProp
Package
Description
 
 
  • Uses of MultiProp in com.iizigo.prop

    Classes in com.iizigo.prop with type parameters of type MultiProp
    Modifier and Type
    Interface
    Description
    interface 
    IEditedPropertyEntryMultiPropSupport<MULTI_PROP extends MultiProp<PROP_VALUE>,PROP extends GProp<?>,PROP_VALUE>
    Interface used by IEditedPropertyEntry that supports has multiple values.
  • Uses of MultiProp in com.iizix.prop

    Subclasses of MultiProp in com.iizix.prop
    Modifier and Type
    Class
    Description
    class 
    Property used by UI styles that has 4 settings/values for color, such as the border color (top/bottom/left/right).
    class 
    Property used by UI styles that has 4 settings/values for an integer, such as the border style (top/bottom/left/right).
    class 
    Property used by UI styles that has 4 settings/values for a String value that can be a combination of single unit or multiple, such as the border radius (corners) where the value in pixels is not used for calculations, thus only for HTML, and can therefore be stored as a pure String.
    class 
    Property used by UI styles that has 4 settings/values for a unit, such as the border size (top/bottom/left/right).