Class ManagePreferencesPortableGeneratedImpl
- java.lang.Object
-
- org.jbpm.workbench.common.preferences.ManagePreferences
-
- org.jbpm.workbench.common.preferences.ManagePreferencesPortableGeneratedImpl
-
- All Implemented Interfaces:
org.uberfire.preferences.shared.bean.BasePreference<ManagePreferences>,org.uberfire.preferences.shared.bean.BasePreferencePortable<ManagePreferences>,org.uberfire.preferences.shared.bean.Preference
@Portable(mapSuperTypes=true) @Generated("org.uberfire.ext.preferences.processors.WorkbenchPreferenceProcessor") public class ManagePreferencesPortableGeneratedImpl extends ManagePreferences implements org.uberfire.preferences.shared.bean.BasePreferencePortable<ManagePreferences>
-
-
Field Summary
-
Fields inherited from class org.jbpm.workbench.common.preferences.ManagePreferences
ACTIVE_ASYNC_BORDER_COLOR, ACTIVE_BORDER_COLOR, COMPLETED_BORDER_COLOR, COMPLETED_COLOR, DEFAULT_PAGINATION_OPTION, PAGINATION_OPTIONS
-
-
Constructor Summary
Constructors Constructor Description ManagePreferencesPortableGeneratedImpl()ManagePreferencesPortableGeneratedImpl(Integer itemsPerPage, boolean showTaskCommentsAtWorkTab, String processInstanceDiagramCompletedNodeColor, String processInstanceDiagramCompletedNodeBorderColor, String processInstanceDiagramActiveNodeBorderColor, String processInstanceDiagramActiveAsyncNodeBorderColor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringbundleKey()booleanequals(Object o)Objectget(String property)Class<ManagePreferences>getPojoClass()Map<String,org.uberfire.preferences.shared.PropertyFormType>getPropertiesTypes()Map<String,List<org.uberfire.preferences.shared.PropertyValidator>>getPropertiesValidators()inthashCode()Stringidentifier()booleanisPersistable()String[]parents()voidset(String property, Object value)-
Methods inherited from class org.jbpm.workbench.common.preferences.ManagePreferences
defaultValue, getItemsPerPage, getProcessInstanceDiagramActiveAsyncNodeBorderColor, getProcessInstanceDiagramActiveNodeBorderColor, getProcessInstanceDiagramCompletedNodeBorderColor, getProcessInstanceDiagramCompletedNodeColor, isShowTaskCommentsAtWorkTab, setItemsPerPage, setProcessInstanceDiagramActiveAsyncNodeBorderColor, setProcessInstanceDiagramActiveNodeBorderColor, setProcessInstanceDiagramCompletedNodeBorderColor, setProcessInstanceDiagramCompletedNodeColor, setShowTaskCommentsAtWorkTab
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Constructor Detail
-
ManagePreferencesPortableGeneratedImpl
public ManagePreferencesPortableGeneratedImpl()
-
ManagePreferencesPortableGeneratedImpl
public ManagePreferencesPortableGeneratedImpl(Integer itemsPerPage, boolean showTaskCommentsAtWorkTab, String processInstanceDiagramCompletedNodeColor, String processInstanceDiagramCompletedNodeBorderColor, String processInstanceDiagramActiveNodeBorderColor, String processInstanceDiagramActiveAsyncNodeBorderColor)
-
-
Method Detail
-
getPojoClass
public Class<ManagePreferences> getPojoClass()
- Specified by:
getPojoClassin interfaceorg.uberfire.preferences.shared.bean.BasePreferencePortable<ManagePreferences>
-
identifier
public String identifier()
- Specified by:
identifierin interfaceorg.uberfire.preferences.shared.bean.BasePreferencePortable<ManagePreferences>
-
parents
public String[] parents()
- Specified by:
parentsin interfaceorg.uberfire.preferences.shared.bean.BasePreferencePortable<ManagePreferences>
-
bundleKey
public String bundleKey()
- Specified by:
bundleKeyin interfaceorg.uberfire.preferences.shared.bean.BasePreferencePortable<ManagePreferences>
-
set
public void set(String property, Object value)
- Specified by:
setin interfaceorg.uberfire.preferences.shared.bean.BasePreferencePortable<ManagePreferences>
-
get
public Object get(String property)
- Specified by:
getin interfaceorg.uberfire.preferences.shared.bean.BasePreferencePortable<ManagePreferences>
-
getPropertiesTypes
public Map<String,org.uberfire.preferences.shared.PropertyFormType> getPropertiesTypes()
- Specified by:
getPropertiesTypesin interfaceorg.uberfire.preferences.shared.bean.BasePreferencePortable<ManagePreferences>
-
getPropertiesValidators
public Map<String,List<org.uberfire.preferences.shared.PropertyValidator>> getPropertiesValidators()
- Specified by:
getPropertiesValidatorsin interfaceorg.uberfire.preferences.shared.bean.BasePreferencePortable<ManagePreferences>
-
isPersistable
public boolean isPersistable()
- Specified by:
isPersistablein interfaceorg.uberfire.preferences.shared.bean.BasePreferencePortable<ManagePreferences>
-
-