Uses of Interface
net.sf.jguiraffe.gui.builder.components.tags.table.TableEditorValidationHandler
-
Packages that use TableEditorValidationHandler Package Description net.sf.jguiraffe.gui.builder.components.tags.table A package with tag handler classes for creating table components. -
-
Uses of TableEditorValidationHandler in net.sf.jguiraffe.gui.builder.components.tags.table
Classes in net.sf.jguiraffe.gui.builder.components.tags.table that implement TableEditorValidationHandler Modifier and Type Class Description classDefaultTableEditorValidationHandlerA default implementation of theTableEditorValidationHandlerinterface.Methods in net.sf.jguiraffe.gui.builder.components.tags.table that return TableEditorValidationHandler Modifier and Type Method Description TableEditorValidationHandlerTableTag. getEditorValidationHandler()Returns the editor validation handler.Methods in net.sf.jguiraffe.gui.builder.components.tags.table with parameters of type TableEditorValidationHandler Modifier and Type Method Description voidTableTag. setEditorValidationHandler(TableEditorValidationHandler editorValidationHandler)Sets the editor validation handler.
-