Class GroupFormLayoutInfo
java.lang.Object
org.apache.syncope.client.ui.commons.layout.AbstractAnyFormBaseLayout<GroupTO,GroupForm>
org.apache.syncope.client.ui.commons.layout.AbstractAnyFormLayout<GroupTO,GroupForm>
org.apache.syncope.client.console.layout.GroupFormLayoutInfo
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
void
setDynamicMemberships
(boolean dynamicMemberships) void
setOwnership
(boolean ownership) void
setTypeExtensions
(boolean typeExtensions) Methods inherited from class org.apache.syncope.client.ui.commons.layout.AbstractAnyFormLayout
getWhichDerAttrs, getWhichPlainAttrs, getWhichVirAttrs
Methods inherited from class org.apache.syncope.client.ui.commons.layout.AbstractAnyFormBaseLayout
getFormClass, isAuxClasses, isDerAttrs, isGroups, isPlainAttrs, isResources, isVirAttrs, setAuxClasses, setDerAttrs, setFormClass, setGroups, setPlainAttrs, setResources, setVirAttrs
-
Constructor Details
-
GroupFormLayoutInfo
public GroupFormLayoutInfo()
-
-
Method Details
-
getDefaultFormClass
- Specified by:
getDefaultFormClass
in classAbstractAnyFormBaseLayout<GroupTO,
GroupForm>
-
isOwnership
public boolean isOwnership() -
setOwnership
public void setOwnership(boolean ownership) -
isDynamicMemberships
public boolean isDynamicMemberships() -
setDynamicMemberships
public void setDynamicMemberships(boolean dynamicMemberships) -
isTypeExtensions
public boolean isTypeExtensions() -
setTypeExtensions
public void setTypeExtensions(boolean typeExtensions)
-