Uses of Class
org.apache.myfaces.tobago.layout.Margin
-
Packages that use Margin Package Description org.apache.myfaces.tobago.layout org.apache.myfaces.tobago.renderkit.css -
-
Uses of Margin in org.apache.myfaces.tobago.layout
Methods in org.apache.myfaces.tobago.layout that return Margin Modifier and Type Method Description Margin
MarginTokens. get(int index)
static Margin
MarginTokens. parseToken(String token)
static Margin
Margin. valueOf(String name)
Returns the enum constant of this type with the specified name.static Margin[]
Margin. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.myfaces.tobago.layout that return types with arguments of type Margin Modifier and Type Method Description List<Margin>
MarginTokens. getMargins()
Methods in org.apache.myfaces.tobago.layout with parameters of type Margin Modifier and Type Method Description void
MarginTokens. addMargin(Margin token)
-
Uses of Margin in org.apache.myfaces.tobago.renderkit.css
Methods in org.apache.myfaces.tobago.renderkit.css with parameters of type Margin Modifier and Type Method Description static BootstrapClass
BootstrapClass. valueOf(Margin margin, Attributes attribute)
-