Class

atom.view

DropdownItem

Related Doc: package view

Permalink

case class DropdownItem(viewId: String = atom.`package`.NA, text: String = atom.`package`.NA) extends Entity with Product with Serializable

Linear Supertypes
Product, Equals, Entity, ControllerSupport, ChangeSupport, ParentSupport, SearchSupport, Cloneable, Cloneable, Serializable, Serializable, MacroSupport, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DropdownItem
  2. Product
  3. Equals
  4. Entity
  5. ControllerSupport
  6. ChangeSupport
  7. ParentSupport
  8. SearchSupport
  9. Cloneable
  10. Cloneable
  11. Serializable
  12. Serializable
  13. MacroSupport
  14. AnyRef
  15. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DropdownItem()

    Permalink
  2. new DropdownItem(viewId: String = atom.`package`.NA, text: String = atom.`package`.NA)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def afterUnmarshal(unmarshaller: Unmarshaller, obj: Entity): Unit

    Permalink

    Parent object is not restored on unmarshal, so this method should help.

    Parent object is not restored on unmarshal, so this method should help.

    unmarshaller

    an instance of the unmarshaller

    obj

    parent object

    Definition Classes
    ParentSupport
  5. final def applyChange(event: PropertyChangeEvent): Unit

    Permalink

    Apply changes to entity according to existing hierarchy.

    Apply changes to entity according to existing hierarchy.

    event

    property change event that should be applied

    Definition Classes
    ChangeSupport
  6. final def applyChanges(events: List[PropertyChangeEvent]): Unit

    Permalink

    Apply changes to entity according to existing hierarchy.

    Apply changes to entity according to existing hierarchy.

    events

    property change events that should be applied

    Definition Classes
    ChangeSupport
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. final def assignParent(obj: Entity): Unit

    Permalink

    Assign the parent if it exists, or null.

    Assign the parent if it exists, or null. NOTE: Every element that use this method should override #cloneAsTemplate

    obj

    the parent tracking object

    Definition Classes
    ParentSupport
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def cloneAsTemplate: Entity

    Permalink

    Клонирование экземпляра сущности для использования в контроллере динамических данных.

    Клонирование экземпляра сущности для использования в контроллере динамических данных.

    returns

    клонированный экземпляра сущности

    Definition Classes
    Entity
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(o: Any): Boolean

    Permalink
    Definition Classes
    DropdownItem → Equals → Entity → AnyRef → Any
  13. final def filter(string: String): String

    Permalink

    Return the string value associated with a particular resource reference.

    Return the string value associated with a particular resource reference. It will be stripped of any styled text information.

    string

    the desired resource identifier

    returns

    the string data associated with the resource, stripped of styled text information or input reference if no value exists

    Attributes
    protected[atom.data]
    Definition Classes
    ControllerSupport
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def findById(identity: String): Entity

    Permalink

    Finds a entity that was identified by the id attribute that was processed in atom.app.Activity#onCreate.

    Finds a entity that was identified by the id attribute that was processed in atom.app.Activity#onCreate.

    identity

    id attribute that was processed

    returns

    the entity if found or null otherwise

    Definition Classes
    SearchSupport
  16. final def fireChange(event: AbstractPropertyChangeEvent): Unit

    Permalink

    Reports a bound property update to listeners that have been registered to track updates of all properties or a property with the specified name.

    Reports a bound property update to listeners that have been registered to track updates of all properties or a property with the specified name.

    event

    an event

    Attributes
    protected
    Definition Classes
    ChangeSupport
  17. final def fireChange(propertyName: String, newValue: AnyRef): Unit

    Permalink

    Reports a bound property update to listeners that have been registered to track updates of all properties or a property with the specified name.

    Reports a bound property update to listeners that have been registered to track updates of all properties or a property with the specified name.

    propertyName

    the programmatic name of the property that was changed

    newValue

    the new value of the property

    Definition Classes
    ChangeSupport
  18. final def getChanges: List[PropertyChangeEvent]

    Permalink

    Provide list of property change events.

    Provide list of property change events.

    returns

    list of property change events

    Definition Classes
    ChangeSupport
    Annotations
    @XmlTransient() @JsonIgnore()
  19. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  20. final def getController: Controller

    Permalink

    Получение собственного контроллера или в случае его отсутствия, получение первого контроллера по иерархии предков.

    Получение собственного контроллера или в случае его отсутствия, получение первого контроллера по иерархии предков.

    returns

    собственный контроллер или контроллер предка

    Definition Classes
    ControllerSupport
    Annotations
    @XmlTransient() @JsonIgnore()
  21. final def getId: String

    Permalink

    Gets the entity's identifier.

    Gets the entity's identifier.

    returns

    the entity's identifier

    Definition Classes
    SearchSupport
    Annotations
    @XmlAttribute() @XmlID() @JsonProperty()
  22. final def getParent: Entity

    Permalink

    Return the parent if it exists, or null.

    Return the parent if it exists, or null.

    returns

    the parent

    Definition Classes
    ParentSupport
    Annotations
    @JsonBackReference()
  23. final def getParentId: String

    Permalink

    Получение первого не пустого значения идентификатора сущности прородителя.

    Получение первого не пустого значения идентификатора сущности прородителя.

    returns

    идентификатор сущности прородителя либо

    null
    Attributes
    protected[atom.data]
    Definition Classes
    ParentSupport
    Annotations
    @tailrec()
  24. def getText: String

    Permalink
    Annotations
    @XmlAttribute()
  25. final def hasChanged: Boolean

    Permalink

    Tests if this object has changed.

    Tests if this object has changed.

    returns

    true if the object changes are not empty.

    Definition Classes
    ChangeSupport
  26. def hashCode(): Int

    Permalink
    Definition Classes
    DropdownItemEntity → AnyRef → Any
  27. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  28. final def isTracking: Boolean

    Permalink

    Returns current tracking status.

    Returns current tracking status.

    returns

    current tracking status

    Definition Classes
    ChangeSupport
    Annotations
    @XmlTransient() @JsonIgnore()
  29. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  30. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  32. final def setController(resources: Controller): Unit

    Permalink

    Sets resource controller reference.

    Sets resource controller reference.

    resources

    a resource controller

    Definition Classes
    ControllerSupport
  33. final def setId(identity: String): Unit

    Permalink

    Sets the entity's identifier.

    Sets the entity's identifier.

    identity

    the entity's identifier

    Definition Classes
    SearchSupport
  34. def setText(_text: String): Unit

    Permalink
  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  36. var text: String

    Permalink
  37. def toString(): String

    Permalink
    Definition Classes
    DropdownItemEntity → AnyRef → Any
  38. final def trackChanges(enable: Boolean = true, clearExisting: Boolean = true): Unit

    Permalink

    Set status for tracking changes for the entity.

    Set status for tracking changes for the entity.

    enable

    status for change tracking

    clearExisting

    whether to clear existing changes or not

    Definition Classes
    ChangeSupport
  39. final def unifyId(): Unit

    Permalink

    Обновление идентификатора сущности с учетом прородителя.

    Обновление идентификатора сущности с учетом прородителя.

    Attributes
    protected[atom.data]
    Definition Classes
    ParentSupport
  40. final def update(oldValue: String, newValue: String): String

    Permalink

    Return a reference or updated value.

    Return a reference or updated value.

    oldValue

    old entity value

    newValue

    new entity value

    returns

    a reference or updated value

    Attributes
    protected
    Definition Classes
    ControllerSupport
  41. val viewId: String

    Permalink
  42. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Product

Inherited from Equals

Inherited from Entity

Inherited from ControllerSupport

Inherited from ChangeSupport

Inherited from ParentSupport

Inherited from SearchSupport

Inherited from Cloneable

Inherited from Cloneable

Inherited from Serializable

Inherited from Serializable

Inherited from MacroSupport

Inherited from AnyRef

Inherited from Any

Ungrouped