
Public Member Functions | |
| String | getId () |
| String | getLabel () |
| String | getImage () |
| String | getLink () |
| boolean | isValid () |
| boolean | isCaption () |
| boolean | isOnlyLabel () |
| boolean | isOnlyImage () |
| void | execute () |
Definition at line 26 of file IUserAction.java.
| void org.turro.elephant.menu.IUserAction.execute | ( | ) |
Implemented in org.turro.elephant.menu.AbstractUserAction.
| String org.turro.elephant.menu.IUserAction.getId | ( | ) |
Implemented in org.turro.elephant.menu.AbstractUserAction.

| String org.turro.elephant.menu.IUserAction.getImage | ( | ) |
Implemented in org.turro.elephant.menu.AbstractUserAction.
| String org.turro.elephant.menu.IUserAction.getLabel | ( | ) |
Implemented in org.turro.elephant.menu.AbstractUserAction.
| String org.turro.elephant.menu.IUserAction.getLink | ( | ) |
Implemented in org.turro.elephant.menu.AbstractUserAction.

| boolean org.turro.elephant.menu.IUserAction.isCaption | ( | ) |
Implemented in org.turro.elephant.menu.AbstractUserAction.
| boolean org.turro.elephant.menu.IUserAction.isOnlyImage | ( | ) |
Implemented in org.turro.elephant.menu.AbstractUserAction.
| boolean org.turro.elephant.menu.IUserAction.isOnlyLabel | ( | ) |
Implemented in org.turro.elephant.menu.AbstractUserAction.
| boolean org.turro.elephant.menu.IUserAction.isValid | ( | ) |
Implemented in org.turro.elephant.menu.AbstractUserAction.
