public class GoalEdit extends BaseEditorBean<org.tencompetence.generated.model.Goal>
BaseEditorBean.ConfirmationController
Constructor and Description |
---|
GoalEdit() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getSelectedTarget()
Gets the selected target.
|
java.lang.String |
getSelectedTargetParent()
Gets the selected target parent.
|
java.util.List<javax.faces.model.SelectItem> |
getTargetParents()
Gets the parents of the possible targets.
|
java.util.List<javax.faces.model.SelectItem> |
getTargets()
Gets the targets.
|
boolean |
isTargetSelectionDisabled()
Checks if is target selection disabled.
|
void |
setSelectedTarget(java.lang.String targetId)
Sets the selected target.
|
void |
setSelectedTargetParent(java.lang.String targetParentId)
Sets the selected target parent.
|
cancel, fetchEditorInput, getCanNavigateBack, getConfirmationController, getDescription, getEditorInput, getPageInit, getPermissionsURL, getTitle, isAddButtonVisible, isAllowDelete, isAllowPermissions, isAllowUpdate, isAllowView, isDirty, isEditable, isReadOnly, passEditorInput, permissions, save, setDescription, setDirty, setEditorInput, setTitle, valuesChanged
checkModelPermission, checkModelPermission, checkPortletPermission, checkPortletPermission, getToggleText, isExpanded, toggle
public java.util.List<javax.faces.model.SelectItem> getTargetParents()
public java.util.List<javax.faces.model.SelectItem> getTargets()
public boolean isTargetSelectionDisabled()
public java.lang.String getSelectedTarget()
public void setSelectedTarget(java.lang.String targetId)
targetId
- the new selected targetpublic void setSelectedTargetParent(java.lang.String targetParentId)
targetParentId
- the new selected target parentpublic java.lang.String getSelectedTargetParent()