Class MobileFormTaskPropertiesDisplaySettingsImpl
Object
MobileFormTaskPropertiesDisplaySettingsImpl
- All Implemented Interfaces:
MobileFormTaskPropertiesDisplaySettings,MutableMobileFormTaskPropertiesDisplaySettings
public class MobileFormTaskPropertiesDisplaySettingsImpl
extends Object
implements MutableMobileFormTaskPropertiesDisplaySettings
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidsetShowAssignee(boolean show) voidsetShowAttachmentsCount(boolean show) voidsetShowCompleteItensCount(boolean show) voidsetShowDuedate(boolean show) voidsetShowExtendedProperties(boolean show) voidsetShowNotesCount(boolean show) voidsetShowProcessTag(boolean show) voidsetShowStartUser(boolean show) booleanbooleanbooleanbooleanbooleanbooleanbooleanboolean
-
Constructor Details
-
MobileFormTaskPropertiesDisplaySettingsImpl
public MobileFormTaskPropertiesDisplaySettingsImpl()
-
-
Method Details
-
showCompleteItensCount
public boolean showCompleteItensCount()- Specified by:
showCompleteItensCountin interfaceMobileFormTaskPropertiesDisplaySettings
-
showStartUser
public boolean showStartUser()- Specified by:
showStartUserin interfaceMobileFormTaskPropertiesDisplaySettings
-
showDuedate
public boolean showDuedate()- Specified by:
showDuedatein interfaceMobileFormTaskPropertiesDisplaySettings
-
showExtendedProperties
public boolean showExtendedProperties()- Specified by:
showExtendedPropertiesin interfaceMobileFormTaskPropertiesDisplaySettings
-
setShowCompleteItensCount
public void setShowCompleteItensCount(boolean show) - Specified by:
setShowCompleteItensCountin interfaceMutableMobileFormTaskPropertiesDisplaySettings
-
setShowStartUser
public void setShowStartUser(boolean show) - Specified by:
setShowStartUserin interfaceMutableMobileFormTaskPropertiesDisplaySettings
-
setShowDuedate
public void setShowDuedate(boolean show) - Specified by:
setShowDuedatein interfaceMutableMobileFormTaskPropertiesDisplaySettings
-
setShowExtendedProperties
public void setShowExtendedProperties(boolean show) - Specified by:
setShowExtendedPropertiesin interfaceMutableMobileFormTaskPropertiesDisplaySettings
-
extendedPropertiesVariableName
- Specified by:
extendedPropertiesVariableNamein interfaceMobileFormTaskPropertiesDisplaySettings
-
setExtendedPropertiesVariableName
- Specified by:
setExtendedPropertiesVariableNamein interfaceMutableMobileFormTaskPropertiesDisplaySettings
-
showAssignee
public boolean showAssignee()- Specified by:
showAssigneein interfaceMobileFormTaskPropertiesDisplaySettings
-
showAttachmentsCount
public boolean showAttachmentsCount()- Specified by:
showAttachmentsCountin interfaceMobileFormTaskPropertiesDisplaySettings
-
showNotesCount
public boolean showNotesCount()- Specified by:
showNotesCountin interfaceMobileFormTaskPropertiesDisplaySettings
-
showProcessTag
public boolean showProcessTag()- Specified by:
showProcessTagin interfaceMobileFormTaskPropertiesDisplaySettings
-
setShowAssignee
public void setShowAssignee(boolean show) - Specified by:
setShowAssigneein interfaceMutableMobileFormTaskPropertiesDisplaySettings
-
setShowAttachmentsCount
public void setShowAttachmentsCount(boolean show) - Specified by:
setShowAttachmentsCountin interfaceMutableMobileFormTaskPropertiesDisplaySettings
-
setShowNotesCount
public void setShowNotesCount(boolean show) - Specified by:
setShowNotesCountin interfaceMutableMobileFormTaskPropertiesDisplaySettings
-
setShowProcessTag
public void setShowProcessTag(boolean show) - Specified by:
setShowProcessTagin interfaceMutableMobileFormTaskPropertiesDisplaySettings
-