|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.uql.HierarchyList
public abstract class HierarchyList
A HierarchyList stores a list of HierarchyItem to be applied to the resulting data.
| Field Summary | |
|---|---|
protected Vector |
list
|
| Constructor Summary | |
|---|---|
HierarchyList()
|
|
| Method Summary | |
|---|---|
void |
append(HierarchyItem item)
Append a HierarchyItem. |
abstract Object |
clone()
Clone the object. |
int |
getConditionSize()
Get the size. |
HierarchyItem |
getItem(int index)
Get the HierarchyItem at the specified index. |
protected int |
getMaxLevel()
Get max level. |
protected int |
getMinLevel()
Get minimum level. |
int |
getSize()
Get the size. |
void |
indent(int incr)
Get the HierarchyItem's level at the specified index. |
void |
insert(int index,
HierarchyItem item)
Insert a HierarchyItem at the specified index. |
boolean |
isConditionItem(int index)
Check if the item at the specified index is a ConditionItem. |
boolean |
isEmpty()
Check if this list is empty. |
boolean |
isJunctionOperator(int index)
Check if the item at the specified index is a JunctionOperator. |
boolean |
isValid()
Check if is in a valid order. |
void |
remove(int index)
Remove a HierarchyItem at the specified index. |
void |
removeAllItems()
Remove all items in the list. |
void |
setItem(int index,
HierarchyItem item)
Set the HierarchyItem at the specified index. |
void |
setLevel(int index,
int level)
Replace the HierarchyItem's level at the specified index. |
void |
trim()
Trim the ConditionList to make it valid. |
void |
validate()
Validate the ConditionList. |
void |
validate(boolean rmignore)
Validate the ConditionList. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface inetsoft.uql.ConditionListWrapper |
|---|
getAllVariables, getConditionItem, getConditionList, getJunctionOperator, replaceVariables |
| Methods inherited from interface inetsoft.util.XMLSerializable |
|---|
parseXML, writeXML |
| Field Detail |
|---|
protected Vector list
| Constructor Detail |
|---|
public HierarchyList()
| Method Detail |
|---|
public int getSize()
public int getConditionSize()
getConditionSize in interface ConditionListWrapper
public void setItem(int index,
HierarchyItem item)
index - the specified index.item - the HierarchyItem at the specified index.public HierarchyItem getItem(int index)
getItem in interface ConditionListWrapperindex - the specified index.
public boolean isConditionItem(int index)
isConditionItem in interface ConditionListWrapperindex - the specified index.
public boolean isJunctionOperator(int index)
isJunctionOperator in interface ConditionListWrapperindex - the specified index.
public void append(HierarchyItem item)
item - the HierarchyItem to append.
public void insert(int index,
HierarchyItem item)
index - the specified index.item - the HierarchyItem to insert.public void remove(int index)
index - the specified index.public void removeAllItems()
public void setLevel(int index,
int level)
index - the specified index.level - the new level.public void indent(int incr)
incr - the increment (or decrement) of the level on each item.public boolean isValid()
public void trim()
public void validate()
rmignore - remove the ignored condition itemspublic void validate(boolean rmignore)
rmignore - remove the ignored condition itemsprotected int getMaxLevel()
protected int getMinLevel()
public boolean isEmpty()
isEmpty in interface ConditionListWrapperpublic abstract Object clone()
clone in interface ConditionListWrapperclone in class Object
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||