Trait definition for a callback to be invoked when a view is clicked.
Trait definition for a callback to be invoked when a view is clicked.
Parent object is not restored on unmarshal, so this method should help.
Parent object is not restored on unmarshal, so this method should help.
an instance of the unmarshaller
parent object
Apply changes to entity according to existing hierarchy.
Apply changes to entity according to existing hierarchy.
property change event that should be applied
Apply changes to entity according to existing hierarchy.
Apply changes to entity according to existing hierarchy.
property change events that should be applied
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
the parent tracking object
Клонирование экземпляра сущности для использования в контроллере динамических данных.
Клонирование экземпляра сущности для использования в контроллере динамических данных.
клонированный экземпляра сущности
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.
the desired resource identifier
the string data associated with the resource, stripped of styled text information or input reference if no value exists
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.
id attribute that was processed
the entity if found or null otherwise
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.
an event
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.
the programmatic name of the property that was changed
the new value of the property
Provide list of property change events.
Provide list of property change events.
list of property change events
Получение собственного контроллера или в случае его отсутствия, получение первого контроллера по иерархии предков.
Получение собственного контроллера или в случае его отсутствия, получение первого контроллера по иерархии предков.
собственный контроллер или контроллер предка
Get an events bitset listened by the view.
Get an events bitset listened by the view.
an events bitset listened by the view
Gets the entity's identifier.
Gets the entity's identifier.
the entity's identifier
Get the current layout gravity of the view.
Get the current layout gravity of the view.
layout gravity of the view
Get the current layout width of the view.
Get the current layout width of the view.
layout width of the view
Get the current layout height of the view.
Get the current layout height of the view.
layout height of the view
Return the parent if it exists, or null.
Return the parent if it exists, or null.
the parent
Получение первого не пустого значения идентификатора сущности прородителя.
Получение первого не пустого значения идентификатора сущности прородителя.
идентификатор сущности прородителя либо
null
Get the view's type.
Get the view's type.
the view's type
Directly call any attached EventListener or OnClickMethod.
Directly call any attached EventListener or OnClickMethod.
an event type
Tests if this object has changed.
Tests if this object has changed.
true
if the object changes are not empty.
Returns current tracking status.
Returns current tracking status.
current tracking status
programming language to be highlighted
Sets resource controller reference.
Sets resource controller reference.
a resource controller
Sets event bits to listen for this view.
Register a callback to be invoked when this view is clicked.
Register a callback to be invoked when this view is clicked.
an event type
the callback that will run
Register a callback to be invoked when this view is clicked.
Register a callback to be invoked when this view is clicked.
an event type
the callback that will run
Sets the entity's identifier.
Sets layout gravity parameter for this view.
Sets layout gravity parameter for this view.
new layout gravity Note: throws IllegalArgumentException in case of incorrect layout gravity param
Sets layout height parameter for this view.
Sets layout height parameter for this view.
new layout height Note: throws IllegalArgumentException in case of incorrect layout height param
Sets layout width parameter for this view.
Sets layout width parameter for this view.
new layout width Note: throws IllegalArgumentException in case of incorrect layout width param
Set the view's type.
source code
Set status for tracking changes for the entity.
Set status for tracking changes for the entity.
status for change tracking
whether to clear existing changes or not
Обновление идентификатора сущности с учетом прородителя.
Обновление идентификатора сущности с учетом прородителя.
Return a reference or updated value.
Return a reference or updated value.
old entity value
new entity value
a reference or updated value
SyntaxHighlighter for programming languages.