Module net.anwiba.commons.swing
Class StringFieldContentPane
java.lang.Object
net.anwiba.commons.swing.dialog.pane.AbstractContentPane
net.anwiba.commons.swing.dialog.pane.StringFieldContentPane
- All Implemented Interfaces:
IComponentProvider,IContentPanel
-
Constructor Summary
ConstructorsConstructorDescriptionStringFieldContentPane(IObjectModel<DataState> dataStateModel, String label, IObjectFieldConfiguration<String> configuration) -
Method Summary
Methods inherited from class net.anwiba.commons.swing.dialog.pane.AbstractContentPane
apply, cancel, close, getMessageModel, invalid, modified, tryOut, unknown, validMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.anwiba.commons.swing.dialog.pane.IContentPanel
dispose
-
Constructor Details
-
StringFieldContentPane
public StringFieldContentPane(IObjectModel<DataState> dataStateModel, String label, IObjectFieldConfiguration<String> configuration)
-
-
Method Details
-
getModel
-
getComponent
-
getDataStateModel
- Specified by:
getDataStateModelin interfaceIContentPanel- Overrides:
getDataStateModelin classAbstractContentPane
-