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 class
DefaultTableEditorValidationHandler
A default implementation of theTableEditorValidationHandler
interface.Methods in net.sf.jguiraffe.gui.builder.components.tags.table that return TableEditorValidationHandler Modifier and Type Method Description TableEditorValidationHandler
TableTag. 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 void
TableTag. setEditorValidationHandler(TableEditorValidationHandler editorValidationHandler)
Sets the editor validation handler.
-