Uses of Enum Class
org.cxbox.meta.ui.model.BcField.Attribute
Packages that use BcField.Attribute
-
Uses of BcField.Attribute in org.cxbox.meta.ui.model
Methods in org.cxbox.meta.ui.model that return BcField.AttributeModifier and TypeMethodDescriptionstatic BcField.AttributeReturns the enum constant of this class with the specified name.static BcField.Attribute[]BcField.Attribute.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.cxbox.meta.ui.model with parameters of type BcField.AttributeModifier and TypeMethodDescriptionbooleanBcField.containsAttribute(BcField.Attribute attribute) <T> TBcField.getAttribute(BcField.Attribute attribute) BcField.putAttribute(BcField.Attribute attribute, Object value)