Class AbstractFieldEntry<T>
java.lang.Object
com.illumon.iris.gui.widget.poliform.AbstractFieldEntry<T>
- All Implemented Interfaces:
FieldEntry<T>
- Direct Known Subclasses:
CharacterFieldEntry
,DoubleArrayEntry
,EnumComboBox
,FileInputEntry
,NumberFieldEntry
,SetInput
,StringFieldEntry
,TimePanel
public abstract class AbstractFieldEntry<T> extends Object implements FieldEntry<T>
-
Constructor Summary
Constructors Constructor Description AbstractFieldEntry()
-
Method Summary
Modifier and Type Method Description void
addFieldChangeCallback(FieldChangeCallback<T> fieldChangeCallback)
void
pushNewValue()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.illumon.iris.gui.widget.poliform.FieldEntry
getComponent, getValue, setValue, validateData
-
Constructor Details
-
AbstractFieldEntry
public AbstractFieldEntry()
-
-
Method Details
-
pushNewValue
public void pushNewValue() -
addFieldChangeCallback
- Specified by:
addFieldChangeCallback
in interfaceFieldEntry<T>
-