|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectccc.client.gwt.widgets.PageElement
public class PageElement
Class for an element of the page.
Nested Class Summary | |
---|---|
static class |
PageElement.FieldType
Possible types of paragraph fields. |
Constructor Summary | |
---|---|
PageElement(java.lang.String id)
Constructor. |
Method Summary | |
---|---|
com.extjs.gxt.ui.client.widget.form.CheckBoxGroup |
checkBoxGroup()
Accessor. |
void |
checkBoxGroup(com.extjs.gxt.ui.client.widget.form.CheckBoxGroup checkBoxGroup)
Mutator. |
com.extjs.gxt.ui.client.widget.form.ComboBox<com.extjs.gxt.ui.client.data.BaseModelData> |
combobox()
Accessor. |
void |
combobox(com.extjs.gxt.ui.client.widget.form.ComboBox<com.extjs.gxt.ui.client.data.BaseModelData> combobox)
Mutator. |
com.extjs.gxt.ui.client.widget.form.DateField |
dateField()
Accessor for the Date field. |
void |
dateField(com.extjs.gxt.ui.client.widget.form.DateField field)
Mutator for the Date field. |
FCKEditor |
editor()
Accessor for the FCKEditor field. |
void |
editor(FCKEditor editor)
Mutator for the FCKEditor field. |
com.extjs.gxt.ui.client.widget.Text |
editorLabel()
Accessor for the editorLabel. |
void |
editorLabel(com.extjs.gxt.ui.client.widget.Text editorLabel)
Mutator for the editorLabel. |
com.extjs.gxt.ui.client.widget.form.Field<java.lang.String> |
field()
Accessor for the String field. |
void |
field(com.extjs.gxt.ui.client.widget.form.Field<java.lang.String> field)
Mutator for the String field. |
PageElement.FieldType |
fieldType()
Accessor for the type of the page element. |
void |
fieldType(PageElement.FieldType fieldType)
Mutator for the type of the page element. |
java.lang.String |
id()
Accessor for the id of the page element. |
void |
id(java.lang.String id)
Mutator for the id of the page element. |
ImageTriggerField |
image()
Accessor. |
void |
image(ImageTriggerField image)
Mutator. |
com.extjs.gxt.ui.client.widget.form.ListField<com.extjs.gxt.ui.client.data.BaseModelData> |
list()
Accessor. |
void |
list(com.extjs.gxt.ui.client.widget.form.ListField<com.extjs.gxt.ui.client.data.BaseModelData> list)
Mutator. |
com.extjs.gxt.ui.client.widget.form.NumberField |
number()
Accessor. |
void |
number(com.extjs.gxt.ui.client.widget.form.NumberField number)
Mutator. |
com.extjs.gxt.ui.client.widget.form.RadioGroup |
radioGroup()
Accessor. |
void |
radioGroup(com.extjs.gxt.ui.client.widget.form.RadioGroup radioGroup)
Mutator. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PageElement(java.lang.String id)
id
- Id of the page element.Method Detail |
---|
public java.lang.String id()
public void id(java.lang.String id)
id
- The id of the page element.public PageElement.FieldType fieldType()
public void fieldType(PageElement.FieldType fieldType)
fieldType
- The type of the page element.public FCKEditor editor()
public void editor(FCKEditor editor)
editor
- The value of the field.public com.extjs.gxt.ui.client.widget.form.DateField dateField()
public void dateField(com.extjs.gxt.ui.client.widget.form.DateField field)
field
- The value of the field.public com.extjs.gxt.ui.client.widget.form.Field<java.lang.String> field()
public void field(com.extjs.gxt.ui.client.widget.form.Field<java.lang.String> field)
field
- The value of the field.public com.extjs.gxt.ui.client.widget.Text editorLabel()
public void editorLabel(com.extjs.gxt.ui.client.widget.Text editorLabel)
editorLabel
- The value of the field.public void checkBoxGroup(com.extjs.gxt.ui.client.widget.form.CheckBoxGroup checkBoxGroup)
checkBoxGroup
- The checkBoxGroup to set.public com.extjs.gxt.ui.client.widget.form.CheckBoxGroup checkBoxGroup()
public void radioGroup(com.extjs.gxt.ui.client.widget.form.RadioGroup radioGroup)
radioGroup
- The radioGroup to set.public com.extjs.gxt.ui.client.widget.form.RadioGroup radioGroup()
public void combobox(com.extjs.gxt.ui.client.widget.form.ComboBox<com.extjs.gxt.ui.client.data.BaseModelData> combobox)
combobox
- The combobox to set.public com.extjs.gxt.ui.client.widget.form.ComboBox<com.extjs.gxt.ui.client.data.BaseModelData> combobox()
public void list(com.extjs.gxt.ui.client.widget.form.ListField<com.extjs.gxt.ui.client.data.BaseModelData> list)
list
- The list to set.public com.extjs.gxt.ui.client.widget.form.ListField<com.extjs.gxt.ui.client.data.BaseModelData> list()
public void image(ImageTriggerField image)
image
- The field for the image selector.public ImageTriggerField image()
public final com.extjs.gxt.ui.client.widget.form.NumberField number()
public final void number(com.extjs.gxt.ui.client.widget.form.NumberField number)
number
- The number to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |