Uses of Class
org.cxbox.core.ui.model.BcField.Attribute
-
Packages that use BcField.Attribute Package Description org.cxbox.core.ui.model -
-
Uses of BcField.Attribute in org.cxbox.core.ui.model
Methods in org.cxbox.core.ui.model that return BcField.Attribute Modifier and Type Method Description static BcField.AttributeBcField.Attribute. valueOf(String name)Returns the enum constant of this type with the specified name.static BcField.Attribute[]BcField.Attribute. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.cxbox.core.ui.model with parameters of type BcField.Attribute Modifier and Type Method Description booleanBcField. containsAttribute(BcField.Attribute attribute)<T> TBcField. getAttribute(BcField.Attribute attribute)BcFieldBcField. putAttribute(BcField.Attribute attribute, Object value)
-