Class CustomOperationFieldDetailedVO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.EntityModel
-
- org.cyclos.model.EntityVO
-
- org.cyclos.model.NamedEntityVO
-
- org.cyclos.model.ConfigurationEntityVO
-
- org.cyclos.model.system.fields.CustomFieldVO
-
- org.cyclos.model.system.fields.CustomFieldDetailedVO
-
- org.cyclos.model.system.operationfields.CustomOperationFieldDetailedVO
-
- All Implemented Interfaces:
Serializable,Comparable<NamedEntityVO>,IEntity,IInternalNamedEntity,INamedEntity,HasValueMatch,ICustomField,ProfileField
public class CustomOperationFieldDetailedVO extends CustomFieldDetailedVO
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<Boolean,CustomOperationFieldDetailedVO>READONLY_IN_FORM-
Fields inherited from class org.cyclos.model.system.fields.CustomFieldDetailedVO
AD_VALUES, ALL_SELECTED_LABEL, ALLOW_MULTIPLE_VALUES, ALLOWED_MIME_TYPES, DATE_VALUES, DECIMAL_VALUES, DEFAULT_BOOLEAN_VALUE, DEFAULT_DATE_VALUE, DEFAULT_DECIMAL_VALUE, DEFAULT_INTEGER_VALUE, DEFAULT_RICH_TEXT_VALUE, DEFAULT_STRING_VALUE, DEFAULT_TEXT_VALUE, DEFAULT_USER_VALUE, DYNAMIC_VALUES, EXPANDED_CATEGORIES, HAS_VALUES_LIST, INFORMATION_TEXT, INTEGER_VALUES, MAX_FILES, OTHER_MIME_TYPES, PATTERN, POSSIBLE_VALUE_CATEGORIES, POSSIBLE_VALUES, PROCESS_AFTER_SCAN, RECORD_VALUES, REQUIRED, SHOW_QR_CODE_SCAN, SIZE, STORAGE_DIRECTORY, STRING_VALUES, TRANSACTION_VALUES, TRANSFER_VALUES, USER_VALUES
-
Fields inherited from class org.cyclos.model.system.fields.CustomFieldVO
CONTROL, DECIMAL_DIGITS, LINKED_ENTITY_RECORD_TYPE, LINKED_ENTITY_TYPE, NATURE, TYPE, VALUE_MATCH
-
Fields inherited from class org.cyclos.model.ConfigurationEntityVO
GLOBAL, INTERNAL_NAME
-
Fields inherited from class org.cyclos.model.NamedEntityVO
NAME
-
Fields inherited from class org.cyclos.model.EntityModel
ID
-
Fields inherited from interface org.cyclos.model.users.users.ProfileField
PROPERTY_NAME
-
-
Constructor Summary
Constructors Constructor Description CustomOperationFieldDetailedVO()CustomOperationFieldDetailedVO(Long id)CustomOperationFieldDetailedVO(Property<T,? super CustomOperationFieldDetailedVO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()booleanisReadonlyInForm()voidsetReadonlyInForm(boolean readonlyInForm)-
Methods inherited from class org.cyclos.model.system.fields.CustomFieldDetailedVO
getAdValues, getAllowedMimeTypes, getAllSelectedLabel, getDateValues, getDecimalValues, getDefaultBooleanValue, getDefaultDateValue, getDefaultDecimalValue, getDefaultIntegerValue, getDefaultRichTextValue, getDefaultStringValue, getDefaultTextValue, getDefaultUserValue, getDynamicValues, getInformationText, getIntegerValues, getMaxFiles, getOtherMimeTypes, getPattern, getPossibleValueCategories, getPossibleValues, getProcessAfterScan, getRecordValues, getShowQrCodeScan, getSize, getStorageDirectory, getStringValues, getTransactionValues, getTransferValues, getUserValues, isAllowMultipleValues, isExpandedCategories, isHasValuesList, isRequired, setAdValues, setAllowedMimeTypes, setAllowMultipleValues, setAllSelectedLabel, setDateValues, setDecimalValues, setDefaultBooleanValue, setDefaultDateValue, setDefaultDecimalValue, setDefaultIntegerValue, setDefaultRichTextValue, setDefaultStringValue, setDefaultTextValue, setDefaultUserValue, setDynamicValues, setExpandedCategories, setHasValuesList, setInformationText, setIntegerValues, setMaxFiles, setOtherMimeTypes, setPattern, setPossibleValueCategories, setPossibleValues, setProcessAfterScan, setRecordValues, setRequired, setShowQrCodeScan, setSize, setStorageDirectory, setStringValues, setTransactionValues, setTransferValues, setUserValues
-
Methods inherited from class org.cyclos.model.system.fields.CustomFieldVO
getControl, getDecimalDigits, getLinkedEntityRecordType, getLinkedEntityType, getNature, getType, getValueMatch, setControl, setDecimalDigits, setLinkedEntityRecordType, setLinkedEntityType, setNature, setType, setValueMatch
-
Methods inherited from class org.cyclos.model.ConfigurationEntityVO
getInternalName, isGlobal, setGlobal, setInternalName
-
Methods inherited from class org.cyclos.model.NamedEntityVO
compareTo, getName, setName, toString
-
Methods inherited from class org.cyclos.model.EntityModel
getId, setId
-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, backup, changes, clearAttributes, copyPropertiesTo, copyPropertiesTo, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, restore, set, set, setAttribute, setWithPropagationId, values
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.cyclos.model.IInternalNamedEntity
getInternalName, matches, setInternalName
-
Methods inherited from interface org.cyclos.model.INamedEntity
getName, setName
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
READONLY_IN_FORM
public static final BasicProperty<Boolean,CustomOperationFieldDetailedVO> READONLY_IN_FORM
-
-
Constructor Detail
-
CustomOperationFieldDetailedVO
public CustomOperationFieldDetailedVO()
-
CustomOperationFieldDetailedVO
public CustomOperationFieldDetailedVO(Long id)
-
CustomOperationFieldDetailedVO
public CustomOperationFieldDetailedVO(Property<T,? super CustomOperationFieldDetailedVO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classCustomFieldDetailedVO
-
isReadonlyInForm
public boolean isReadonlyInForm()
-
setReadonlyInForm
public void setReadonlyInForm(boolean readonlyInForm)
-
className
public String className()
- Overrides:
classNamein classCustomFieldDetailedVO
-
-