public class FormElement extends Object
Constructor and Description |
---|
FormElement(FormField ff,
int pos) |
FormElement(FormGrid fg,
int pos) |
Modifier and Type | Method and Description |
---|---|
FormField |
getFormField() |
FormGrid |
getFormGrid() |
int |
getPosition() |
FormElementType |
getType() |
void |
setFormField(FormField formField) |
void |
setFormGrid(FormGrid formGrid) |
void |
setPosition(int position) |
void |
setType(FormElementType type) |
String |
toString() |
public FormElement(FormField ff, int pos)
public FormElement(FormGrid fg, int pos)
public int getPosition()
public void setPosition(int position)
public FormField getFormField()
public void setFormField(FormField formField)
public FormGrid getFormGrid()
public void setFormGrid(FormGrid formGrid)
public FormElementType getType()
public void setType(FormElementType type)
Copyright © 2019 Suncode. All rights reserved.