de.mguennewig.pobjsearch
Interface PClassSearchForm.Restrict

All Superinterfaces:
ArrayElement, FormElement, java.lang.Iterable<FormElement>, ValueElement
All Known Implementing Classes:
PClassHtmlSearchForm.HtmlRestrict, PClassSwingSearchForm.SwingRestrict
Enclosing interface:
PClassSearchForm

public static interface PClassSearchForm.Restrict
extends ArrayElement


Method Summary
 PClassSearchForm.Condition addCondition()
           
 PClassSearchForm.Condition[] getCondition()
           
 PClassSearchForm.Condition getCondition(int i)
           
 
Methods inherited from interface de.mguennewig.pobjform.ArrayElement
addElement, addElement, clear, getChildEntry, getElement, getNumElements, iterator, removeAllElements, removeElement
 
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

addCondition

PClassSearchForm.Condition addCondition()

getCondition

PClassSearchForm.Condition getCondition(int i)

getCondition

PClassSearchForm.Condition[] getCondition()