

Public Member Functions | |
| String | getId () |
| String | getLabel () |
| String | getImage () |
| String | getLink () |
| boolean | isValid () |
| boolean | isCaption () |
| boolean | isOnlyLabel () |
| boolean | isOnlyImage () |
| void | execute () |
| boolean | addChild (IUserAction action) |
Protected Attributes | |
| String | id |
| IUserCommand | command |
| List< IUserAction > | children = new ArrayList<>() |
Definition at line 30 of file AbstractUserAction.java.
| boolean org.turro.elephant.menu.AbstractUserAction.addChild | ( | IUserAction | action | ) |
Definition at line 83 of file AbstractUserAction.java.
| void org.turro.elephant.menu.AbstractUserAction.execute | ( | ) |
Implements org.turro.elephant.menu.IUserAction.
Definition at line 79 of file AbstractUserAction.java.

| String org.turro.elephant.menu.AbstractUserAction.getId | ( | ) |
Implements org.turro.elephant.menu.IUserAction.
Definition at line 37 of file AbstractUserAction.java.
| String org.turro.elephant.menu.AbstractUserAction.getImage | ( | ) |
Implements org.turro.elephant.menu.IUserAction.
Definition at line 47 of file AbstractUserAction.java.
| String org.turro.elephant.menu.AbstractUserAction.getLabel | ( | ) |
Implements org.turro.elephant.menu.IUserAction.
Definition at line 42 of file AbstractUserAction.java.
| String org.turro.elephant.menu.AbstractUserAction.getLink | ( | ) |
Implements org.turro.elephant.menu.IUserAction.
Definition at line 52 of file AbstractUserAction.java.

| boolean org.turro.elephant.menu.AbstractUserAction.isCaption | ( | ) |
Implements org.turro.elephant.menu.IUserAction.
Definition at line 64 of file AbstractUserAction.java.
| boolean org.turro.elephant.menu.AbstractUserAction.isOnlyImage | ( | ) |
Implements org.turro.elephant.menu.IUserAction.
Definition at line 74 of file AbstractUserAction.java.
| boolean org.turro.elephant.menu.AbstractUserAction.isOnlyLabel | ( | ) |
Implements org.turro.elephant.menu.IUserAction.
Definition at line 69 of file AbstractUserAction.java.
| boolean org.turro.elephant.menu.AbstractUserAction.isValid | ( | ) |
Implements org.turro.elephant.menu.IUserAction.
Definition at line 57 of file AbstractUserAction.java.
|
protected |
Definition at line 34 of file AbstractUserAction.java.
|
protected |
Definition at line 33 of file AbstractUserAction.java.
|
protected |
Definition at line 32 of file AbstractUserAction.java.