Public Member Functions | |
ParticipationControl () | |
String | getLabel () |
void | setLabel (String label) |
String | getEntityPath () |
void | setEntityPath (String entityPath) |
void | setEntity (Object entity) |
void | refreshControls () |
void | afterCompose () |
Definition at line 36 of file ParticipationControl.java.
org.turro.participation.ParticipationControl.ParticipationControl | ( | ) |
Definition at line 43 of file ParticipationControl.java.
void org.turro.participation.ParticipationControl.afterCompose | ( | ) |
Definition at line 80 of file ParticipationControl.java.
String org.turro.participation.ParticipationControl.getEntityPath | ( | ) |
Definition at line 57 of file ParticipationControl.java.
String org.turro.participation.ParticipationControl.getLabel | ( | ) |
Definition at line 49 of file ParticipationControl.java.
void org.turro.participation.ParticipationControl.refreshControls | ( | ) |
Implements org.turro.action.IEntityHolder.
Definition at line 75 of file ParticipationControl.java.
void org.turro.participation.ParticipationControl.setEntity | ( | Object | entity | ) |
Implements org.turro.action.IEntityHolder.
Definition at line 66 of file ParticipationControl.java.
void org.turro.participation.ParticipationControl.setEntityPath | ( | String | entityPath | ) |
Definition at line 61 of file ParticipationControl.java.
void org.turro.participation.ParticipationControl.setLabel | ( | String | label | ) |
Definition at line 53 of file ParticipationControl.java.