An {@link Action} is the abstraction of a user's interaction with a Tabris UI. Actions can have different visualrepresentations rendered differently by each platform. As it is with {@link Page} types they need to be registeredwith their type and will be created by the framework. Therefore an implementation needs to provide a no-argument constructor.
During runtime you can influence an {@link Action} by changing it's visibility or it's enablement using the{@link ActionManager}.
@see ActionConfiguration @see ActionManager @since 0.11
|
|
|
|
|
|
|
|