Package com.aspose.tasks
Class UsageView
- java.lang.Object
-
- com.aspose.tasks.View
-
- com.aspose.tasks.UsageView
-
- All Implemented Interfaces:
Comparable<View>
- Direct Known Subclasses:
ResourceUsageView
,TaskUsageView
public abstract class UsageView extends View
Represent a usage view in a project.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getAlignDetailsData()
Gets details data alignment.TimescaleTier
getBottomTimescaleTier()
boolean
getDisplayDetailsHeaderColumn()
Gets a value indicating whether to display details header column in the view or not.boolean
getDisplayShortDetailHeaderNames()
Gets a value indicating whether to display short detail header names or not.TimescaleTier
getMiddleTimescaleTier()
boolean
getRepeatDetailsHeaderOnAllRows()
Gets a value indicating whether to repeat details header on all assignment row or not.int
getTimescaleSizePercentage()
TimescaleTier
getTopTimescaleTier()
void
setAlignDetailsData(int value)
Sets details data alignment.void
setBottomTimescaleTier(TimescaleTier value)
void
setDisplayDetailsHeaderColumn(boolean value)
Sets a value indicating whether to display details header column in the view or not.void
setDisplayShortDetailHeaderNames(boolean value)
Sets a value indicating whether to display short detail header names or not.void
setMiddleTimescaleTier(TimescaleTier value)
void
setRepeatDetailsHeaderOnAllRows(boolean value)
Sets a value indicating whether to repeat details header on all assignment row or not.void
setTimescaleSizePercentage(int value)
void
setTopTimescaleTier(TimescaleTier value)
-
Methods inherited from class com.aspose.tasks.View
compareTo, equals, forViewScreen, getFilter, getGroup, getHighlightFilter, getName, getPageInfo, getParentProject, getScreen, getShowInMenu, getTable, getType, getUid, getVisualObjectsPlacements, hashCode, op_Equality, op_GreaterThan, op_GreaterThanOrEqual, op_Inequality, op_LessThan, op_LessThanOrEqual, setFilter, setGroup, setHighlightFilter, setName, setShowInMenu, setTable
-
-
-
-
Method Detail
-
getAlignDetailsData
public final int getAlignDetailsData()
Gets details data alignment.
- Returns:
- details data alignment.
-
setAlignDetailsData
public final void setAlignDetailsData(int value)
Sets details data alignment.
- Parameters:
value
- details data alignment.
-
getBottomTimescaleTier
public final TimescaleTier getBottomTimescaleTier()
- Returns:
-
setBottomTimescaleTier
public final void setBottomTimescaleTier(TimescaleTier value)
- Parameters:
value
-
-
getDisplayDetailsHeaderColumn
public final boolean getDisplayDetailsHeaderColumn()
Gets a value indicating whether to display details header column in the view or not.
- Returns:
- a value indicating whether to display details header column in the view or not.
-
setDisplayDetailsHeaderColumn
public final void setDisplayDetailsHeaderColumn(boolean value)
Sets a value indicating whether to display details header column in the view or not.
- Parameters:
value
- a value indicating whether to display details header column in the view or not.
-
getDisplayShortDetailHeaderNames
public final boolean getDisplayShortDetailHeaderNames()
Gets a value indicating whether to display short detail header names or not.
- Returns:
- a value indicating whether to display short detail header names or not.
-
setDisplayShortDetailHeaderNames
public final void setDisplayShortDetailHeaderNames(boolean value)
Sets a value indicating whether to display short detail header names or not.
- Parameters:
value
- a value indicating whether to display short detail header names or not.
-
getMiddleTimescaleTier
public final TimescaleTier getMiddleTimescaleTier()
- Returns:
-
setMiddleTimescaleTier
public final void setMiddleTimescaleTier(TimescaleTier value)
- Parameters:
value
-
-
getRepeatDetailsHeaderOnAllRows
public final boolean getRepeatDetailsHeaderOnAllRows()
Gets a value indicating whether to repeat details header on all assignment row or not.
- Returns:
- a value indicating whether to repeat details header on all assignment row or not.
-
setRepeatDetailsHeaderOnAllRows
public final void setRepeatDetailsHeaderOnAllRows(boolean value)
Sets a value indicating whether to repeat details header on all assignment row or not.
- Parameters:
value
- a value indicating whether to repeat details header on all assignment row or not.
-
getTimescaleSizePercentage
public final int getTimescaleSizePercentage()
- Returns:
-
setTimescaleSizePercentage
public final void setTimescaleSizePercentage(int value)
- Parameters:
value
-
-
getTopTimescaleTier
public final TimescaleTier getTopTimescaleTier()
- Returns:
-
setTopTimescaleTier
public final void setTopTimescaleTier(TimescaleTier value)
- Parameters:
value
-
-
-