public class ControlProperties
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
boolean |
glue
True to glue the next control in this one.
|
java.lang.String |
name
The name of this control
|
Style |
style
The style of this control
|
java.lang.String |
value
The value held by this controll
|
Constructor and Description |
---|
ControlProperties(java.lang.String name,
java.lang.String value,
Style style) |
Modifier and Type | Method and Description |
---|---|
static Style |
getStyle(Control c) |
public java.lang.String name
public java.lang.String value
public Style style
public boolean glue
public ControlProperties(java.lang.String name, java.lang.String value, Style style)