Package | Description |
---|---|
org.tencompetence.portlet.goal.beans |
Provides classes as beans used by the Goal portlet.
|
org.tencompetence.portlet.goal.controllers |
Provides controllers for use in the Goal Selector.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ProfileEntry> |
GoalSmallView.getProfileList()
Gets the profile list.
|
Modifier and Type | Method and Description |
---|---|
ProfileEntry |
ProfileEntryController.getElement()
Gets the element associated with this controller.
|
Modifier and Type | Method and Description |
---|---|
int |
ProfileEntry.compareTo(ProfileEntry that) |
void |
ProfileEntryController.setInput(ProfileEntry input)
Sets the ILPElement input for this controller.
|
Constructor and Description |
---|
ProfileEntryController(ProfileEntry entry)
Instantiates a new element controller.
|