info.magnolia.security.app.dialog.field
Class WorkspaceAccessFieldDefinition

java.lang.Object
  extended by info.magnolia.ui.form.field.definition.ConfiguredFieldDefinition
      extended by info.magnolia.security.app.dialog.field.WorkspaceAccessFieldDefinition
All Implemented Interfaces:
FieldDefinition

public class WorkspaceAccessFieldDefinition
extends ConfiguredFieldDefinition

Field definition for the workspace ACL field. Allows configuring either node types or a complete workbench to use when choosing nodes in the dialog.

See Also:
WorkspaceAccessFieldFactory

Constructor Summary
WorkspaceAccessFieldDefinition()
           
 
Method Summary
 List<NodeTypeDefinition> getNodeTypes()
           
 WorkbenchDefinition getWorkbench()
           
 String getWorkspace()
           
 void setNodeTypes(List<NodeTypeDefinition> nodeTypes)
           
 void setWorkbench(WorkbenchDefinition workbench)
           
 void setWorkspace(String workspace)
           
 
Methods inherited from class info.magnolia.ui.form.field.definition.ConfiguredFieldDefinition
addValidator, getDefaultValue, getDescription, getI18nBasename, getLabel, getName, getRequiredErrorMessage, getStyleName, getTransformerClass, getType, getValidators, isI18n, isReadOnly, isRequired, setDefaultValue, setDescription, setI18n, setI18nBasename, setLabel, setName, setReadOnly, setRequired, setRequiredErrorMessage, setStyleName, setTransformerClass, setType, setValidators
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkspaceAccessFieldDefinition

public WorkspaceAccessFieldDefinition()
Method Detail

getWorkspace

public String getWorkspace()

setWorkspace

public void setWorkspace(String workspace)

getNodeTypes

public List<NodeTypeDefinition> getNodeTypes()

setNodeTypes

public void setNodeTypes(List<NodeTypeDefinition> nodeTypes)

getWorkbench

public WorkbenchDefinition getWorkbench()

setWorkbench

public void setWorkbench(WorkbenchDefinition workbench)


Copyright © 2013 Magnolia International Ltd.. All Rights Reserved.