Uses of Class
tilda.enums.ObjectLifecycle
-
Packages that use ObjectLifecycle Package Description tilda.enums tilda.parsing.parts -
-
Uses of ObjectLifecycle in tilda.enums
Methods in tilda.enums that return ObjectLifecycle Modifier and Type Method Description static ObjectLifecycle
ObjectLifecycle. parse(java.lang.String str)
static ObjectLifecycle
ObjectLifecycle. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ObjectLifecycle[]
ObjectLifecycle. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ObjectLifecycle in tilda.parsing.parts
Fields in tilda.parsing.parts declared as ObjectLifecycle Modifier and Type Field Description ObjectLifecycle
Convention. _DefaultLC
ObjectLifecycle
Interface. _LC
ObjectLifecycle
Object. _LC
Methods in tilda.parsing.parts that return ObjectLifecycle Modifier and Type Method Description abstract ObjectLifecycle
Base. getLifecycle()
ObjectLifecycle
Object. getLifecycle()
ObjectLifecycle
View. getLifecycle()
ObjectLifecycle
ViewRealizedWrapper. getLifecycle()
-