public class ViewProperties extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="GridColumns">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Column" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ID" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="Index" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="Width" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="TextBoxVisible" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="ShowCriticalPath" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="ShowPlannedComplete" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="ShowCompleteChangeValue" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="ShowCompleteChangeRate" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="GridTextWrap" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element ref="{http://www.schemas.conceptdraw.com/cdprj/document.xsd}ActiveFilter" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
ViewProperties.GridColumns
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected ActiveFilter |
activeFilter |
protected ViewProperties.GridColumns |
gridColumns |
protected Boolean |
gridTextWrap |
protected Boolean |
showCompleteChangeRate |
protected Boolean |
showCompleteChangeValue |
protected Boolean |
showCriticalPath |
protected Boolean |
showPlannedComplete |
protected Boolean |
textBoxVisible |
| Constructor and Description |
|---|
ViewProperties() |
| Modifier and Type | Method and Description |
|---|---|
ActiveFilter |
getActiveFilter()
Gets the value of the activeFilter property.
|
ViewProperties.GridColumns |
getGridColumns()
Gets the value of the gridColumns property.
|
Boolean |
isGridTextWrap()
Gets the value of the gridTextWrap property.
|
Boolean |
isShowCompleteChangeRate()
Gets the value of the showCompleteChangeRate property.
|
Boolean |
isShowCompleteChangeValue()
Gets the value of the showCompleteChangeValue property.
|
Boolean |
isShowCriticalPath()
Gets the value of the showCriticalPath property.
|
Boolean |
isShowPlannedComplete()
Gets the value of the showPlannedComplete property.
|
Boolean |
isTextBoxVisible()
Gets the value of the textBoxVisible property.
|
void |
setActiveFilter(ActiveFilter value)
Sets the value of the activeFilter property.
|
void |
setGridColumns(ViewProperties.GridColumns value)
Sets the value of the gridColumns property.
|
void |
setGridTextWrap(Boolean value)
Sets the value of the gridTextWrap property.
|
void |
setShowCompleteChangeRate(Boolean value)
Sets the value of the showCompleteChangeRate property.
|
void |
setShowCompleteChangeValue(Boolean value)
Sets the value of the showCompleteChangeValue property.
|
void |
setShowCriticalPath(Boolean value)
Sets the value of the showCriticalPath property.
|
void |
setShowPlannedComplete(Boolean value)
Sets the value of the showPlannedComplete property.
|
void |
setTextBoxVisible(Boolean value)
Sets the value of the textBoxVisible property.
|
protected ViewProperties.GridColumns gridColumns
protected Boolean textBoxVisible
protected Boolean showCriticalPath
protected Boolean showPlannedComplete
protected Boolean showCompleteChangeValue
protected Boolean showCompleteChangeRate
protected Boolean gridTextWrap
protected ActiveFilter activeFilter
public ViewProperties.GridColumns getGridColumns()
ViewProperties.GridColumnspublic void setGridColumns(ViewProperties.GridColumns value)
value - allowed object is
ViewProperties.GridColumnspublic Boolean isTextBoxVisible()
Booleanpublic void setTextBoxVisible(Boolean value)
value - allowed object is
Booleanpublic Boolean isShowCriticalPath()
Booleanpublic void setShowCriticalPath(Boolean value)
value - allowed object is
Booleanpublic Boolean isShowPlannedComplete()
Booleanpublic void setShowPlannedComplete(Boolean value)
value - allowed object is
Booleanpublic Boolean isShowCompleteChangeValue()
Booleanpublic void setShowCompleteChangeValue(Boolean value)
value - allowed object is
Booleanpublic Boolean isShowCompleteChangeRate()
Booleanpublic void setShowCompleteChangeRate(Boolean value)
value - allowed object is
Booleanpublic Boolean isGridTextWrap()
Booleanpublic void setGridTextWrap(Boolean value)
value - allowed object is
Booleanpublic ActiveFilter getActiveFilter()
ActiveFilterpublic void setActiveFilter(ActiveFilter value)
value - allowed object is
ActiveFilterCopyright © 2000–2025 MPXJ. All rights reserved.