de.mguennewig.pobjsearch
Interface PClassSearchForm.Column

All Superinterfaces:
FormElement, java.lang.Iterable<java.lang.String>, RecordElement, ValueElement
All Known Implementing Classes:
PClassHtmlSearchForm.HtmlColumn, PClassSwingSearchForm.SwingColumn
Enclosing interface:
PClassSearchForm

public static interface PClassSearchForm.Column
extends RecordElement


Method Summary
 boolean changedDirection()
          Tests whether the value of direction has changed.
 boolean changedNr()
          Tests whether the value of nr has changed.
 java.lang.String getDirection()
          Returns the value of direction.
 java.lang.String getDirectionForVisual()
          Returns the preferred string representation of direction.
 java.lang.Integer getNr()
          Returns the value of nr.
 java.lang.String getNrForVisual()
          Returns the preferred string representation of nr.
 void setDirection(java.lang.String v)
          Sets the value for direction.
 void setNr(java.lang.Integer v)
          Sets the value for nr.
 
Methods inherited from interface de.mguennewig.pobjform.RecordElement
getElement, getNumElement, iterator, setObject
 
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

getNr

java.lang.Integer getNr()
Returns the value of nr.


getNrForVisual

java.lang.String getNrForVisual()
Returns the preferred string representation of nr.

See Also:
getNr()

setNr

void setNr(java.lang.Integer v)
Sets the value for nr.


changedNr

boolean changedNr()
Tests whether the value of nr has changed.


getDirection

java.lang.String getDirection()
Returns the value of direction.


getDirectionForVisual

java.lang.String getDirectionForVisual()
Returns the preferred string representation of direction.

See Also:
getDirection()

setDirection

void setDirection(java.lang.String v)
Sets the value for direction.


changedDirection

boolean changedDirection()
Tests whether the value of direction has changed.