| Constructor and Description |
|---|
FieldCell.FieldAppearanceOptions() |
FieldCell.FieldAppearanceOptions(int width,
int height,
boolean readonly) |
FieldCell.FieldAppearanceOptions(int width,
int height,
boolean readonly,
String emptyText) |
| Modifier and Type | Method and Description |
|---|---|
String |
getEmptyText() |
int |
getHeight() |
String |
getName() |
int |
getWidth() |
boolean |
isEditable() |
boolean |
isHideTrigger() |
boolean |
isReadonly() |
void |
setEditable(boolean editable) |
void |
setEmptyText(String emptyText) |
void |
setHeight(int height) |
void |
setHideTrigger(boolean hideTrigger) |
void |
setName(String name) |
void |
setReadonly(boolean readonly) |
void |
setWidth(int width) |
public FieldCell.FieldAppearanceOptions()
public FieldCell.FieldAppearanceOptions(int width,
int height,
boolean readonly)
public FieldCell.FieldAppearanceOptions(int width,
int height,
boolean readonly,
String emptyText)
public String getEmptyText()
public int getHeight()
public String getName()
public int getWidth()
public boolean isEditable()
public boolean isHideTrigger()
public boolean isReadonly()
public void setEditable(boolean editable)
public void setEmptyText(String emptyText)
public void setHeight(int height)
public void setHideTrigger(boolean hideTrigger)
public void setName(String name)
public void setReadonly(boolean readonly)
public void setWidth(int width)
Copyright © 2012. All Rights Reserved.