org.kuali.student.lum.lu.ui.tools.client.configuration
Class CluSetsConfigurer
java.lang.Object
org.kuali.student.lum.lu.ui.tools.client.configuration.CluSetsConfigurer
public class CluSetsConfigurer
- extends Object
Method Summary |
protected FieldDescriptor |
addField(Section section,
String fieldKey)
|
protected FieldDescriptor |
addField(Section section,
String fieldKey,
MessageKeyInfo messageKey)
|
protected FieldDescriptor |
addField(Section section,
String fieldKey,
MessageKeyInfo messageKey,
String parentPath)
|
protected FieldDescriptor |
addField(Section section,
String fieldKey,
MessageKeyInfo messageKey,
com.google.gwt.user.client.ui.Widget widget)
|
protected FieldDescriptor |
addField(Section section,
String fieldKey,
MessageKeyInfo messageKey,
com.google.gwt.user.client.ui.Widget widget,
String parentPath)
|
protected MessageKeyInfo |
generateMessageInfo(String labelKey)
|
String |
getEditSearchCluSetId()
|
String |
getViewSearchCluSetId()
|
void |
setEditSearchCluSetId(String searchCluSetId)
|
void |
setModelDefinition(DataModelDefinition modelDefinition)
|
void |
setViewSearchCluSetId(String viewSearchCluSetId)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CREATE_CLUSET_MGT_MODEL
public static final String CREATE_CLUSET_MGT_MODEL
- See Also:
- Constant Field Values
EDIT_CLUSET_MGT_MODEL
public static final String EDIT_CLUSET_MGT_MODEL
- See Also:
- Constant Field Values
VIEW_CLUSET_MGT_MODEL
public static final String VIEW_CLUSET_MGT_MODEL
- See Also:
- Constant Field Values
EDIT_SEARCH_CLUSET_MGT_MODEL
public static final String EDIT_SEARCH_CLUSET_MGT_MODEL
- See Also:
- Constant Field Values
VIEW_SEARCH_CLUSET_MGT_MODEL
public static final String VIEW_SEARCH_CLUSET_MGT_MODEL
- See Also:
- Constant Field Values
CluSetsConfigurer
public CluSetsConfigurer()
setModelDefinition
public void setModelDefinition(DataModelDefinition modelDefinition)
addField
protected FieldDescriptor addField(Section section,
String fieldKey)
addField
protected FieldDescriptor addField(Section section,
String fieldKey,
MessageKeyInfo messageKey)
addField
protected FieldDescriptor addField(Section section,
String fieldKey,
MessageKeyInfo messageKey,
com.google.gwt.user.client.ui.Widget widget)
addField
protected FieldDescriptor addField(Section section,
String fieldKey,
MessageKeyInfo messageKey,
String parentPath)
addField
protected FieldDescriptor addField(Section section,
String fieldKey,
MessageKeyInfo messageKey,
com.google.gwt.user.client.ui.Widget widget,
String parentPath)
getEditSearchCluSetId
public String getEditSearchCluSetId()
setEditSearchCluSetId
public void setEditSearchCluSetId(String searchCluSetId)
getViewSearchCluSetId
public String getViewSearchCluSetId()
setViewSearchCluSetId
public void setViewSearchCluSetId(String viewSearchCluSetId)
generateMessageInfo
protected MessageKeyInfo generateMessageInfo(String labelKey)
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.