Uses of Enum Class
io.github.tonywasher.joceanus.tethys.api.field.TethysUIFieldAttribute
Packages that use TethysUIFieldAttribute
Package
Description
Field API classes.
Field core classes.
-
Uses of TethysUIFieldAttribute in io.github.tonywasher.joceanus.tethys.api.field
Methods in io.github.tonywasher.joceanus.tethys.api.field that return TethysUIFieldAttributeModifier and TypeMethodDescriptionstatic TethysUIFieldAttributeReturns the enum constant of this class with the specified name.static TethysUIFieldAttribute[]TethysUIFieldAttribute.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.github.tonywasher.joceanus.tethys.api.field with parameters of type TethysUIFieldAttributeModifier and TypeMethodDescriptionvoidTethysUIDataEditField.clearTheAttribute(TethysUIFieldAttribute pAttr) Clear the attribute.booleanTethysUIDataEditField.isAttributeSet(TethysUIFieldAttribute pAttr) Is the attribute set?voidTethysUIDataEditField.setTheAttribute(TethysUIFieldAttribute pAttr) Set the attribute.voidTethysUIDataEditField.setTheAttributeState(TethysUIFieldAttribute pAttr, boolean pState) Set the attribute state. -
Uses of TethysUIFieldAttribute in io.github.tonywasher.joceanus.tethys.core.field
Methods in io.github.tonywasher.joceanus.tethys.core.field with parameters of type TethysUIFieldAttributeModifier and TypeMethodDescriptionvoidTethysUICoreDataEditField.clearTheAttribute(TethysUIFieldAttribute pAttr) booleanTethysUICoreDataEditField.isAttributeSet(TethysUIFieldAttribute pAttr) voidTethysUICoreDataEditField.setTheAttribute(TethysUIFieldAttribute pAttr) voidTethysUICoreDataEditField.setTheAttributeState(TethysUIFieldAttribute pAttr, boolean pState)