Uses of Class
net.sf.jguiraffe.gui.builder.components.tags.StaticTextDataImpl
-
Packages that use StaticTextDataImpl Package Description net.sf.jguiraffe.gui.builder.components.tags A package with tag handler classes for creating GUI components. -
-
Uses of StaticTextDataImpl in net.sf.jguiraffe.gui.builder.components.tags
Methods in net.sf.jguiraffe.gui.builder.components.tags with parameters of type StaticTextDataImpl Modifier and Type Method Description protected void
StaticTextDataTransformer. convertProperty(Object o, StaticTextDataImpl data, TransformerContext ctx)
Performs the transformation if the object to be converted must be set as a property of aStaticTextData
object.protected void
StaticTextDataTransformer. populate(StaticTextDataImpl data, TransformerContext ctx)
Fills the specified data object with default values.
-