Package totalcross.ui.html
Class ControlProperties
- java.lang.Object
-
- totalcross.ui.html.ControlProperties
-
public class ControlProperties extends java.lang.ObjectClass that holds control attributes.
-
-
Constructor Summary
Constructors Constructor Description ControlProperties(java.lang.String name, java.lang.String value, Style style)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StylegetStyle(Control c)
-
-
-
Field Detail
-
name
public java.lang.String name
The name of this control
-
value
public java.lang.String value
The value held by this controll
-
style
public Style style
The style of this control
-
glue
public boolean glue
True to glue the next control in this one.
-
-
Constructor Detail
-
ControlProperties
public ControlProperties(java.lang.String name, java.lang.String value, Style style)
-
-