|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ArrayElement
Class description goes here.
| Method Summary | |
|---|---|
FormElement |
addElement()
Adds a form element at the end of the list. |
FormElement |
addElement(int index)
Inserts the a form element at the specified position in this list. |
void |
clear()
Removes all elements from this list. |
FormEntry |
getChildEntry()
Returns the form entry specification for the child elements. |
FormElement |
getElement(int i)
Returns the form element at the specified position in this list. |
int |
getNumElements()
Returns the number of form elements in this list. |
java.util.Iterator<FormElement> |
iterator()
Returns an iterator over the form elements in this list in proper sequence. |
void |
removeAllElements()
Removes all form elements from this list. |
void |
removeElement(int index)
Removes the form element at the specified position in this list. |
| Methods inherited from interface de.mguennewig.pobjform.ValueElement |
|---|
getCurrentString, getInitialObject, getInitialString, getObject, setCurrentAsInitialState, setObject |
| Methods inherited from interface de.mguennewig.pobjform.FormElement |
|---|
appendToList, getContainer, getEntry, getForm, getLabel, getProperty, getPullInPrefix, hasChanged, isMandatory, isPulledIn, isVisible, omitRowHeader, setLabel, setProperty, setPullInPrefix, setVisible, startsNewCell, validate |
| Method Detail |
|---|
FormEntry getChildEntry()
ArrayEntry.getChildEntry()FormElement addElement()
addElement(int)FormElement addElement(int index)
Shifts the element currently at that position (if any) and any subsequent elements to the right (adds one to their indices).
PObjForm.createFormElement(FormEntry),
getChildEntry()void clear()
FormElement getElement(int i)
int getNumElements()
java.util.Iterator<FormElement> iterator()
iterator in interface java.lang.Iterable<FormElement>void removeAllElements()
void removeElement(int index)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||