Package com.microstrategy.web.objects
Interface WebColumns
-
public interface WebColumnsCollection ofWebColumnobjects.- Since:
- MicroStrategy Web 7.3.1 or earlier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Enumerationenumeration()WebColumnget(int index)WebColumnget(java.lang.String key)intgetStartingColumn()<<< merge needed >>> starting from 1.intsize()
-
-
-
Method Detail
-
enumeration
java.util.Enumeration enumeration()
- Returns:
- Enumeration of
WebColumnobjects.
-
size
int size()
- Returns:
- int the number of columns.
-
get
WebColumn get(int index)
- Parameters:
index- position of the WebColumn (starts from 0).- Returns:
- WebColumn the column at the given index.
-
get
WebColumn get(java.lang.String key)
- Parameters:
key- column resizable element identifier.- Returns:
- WebColumn the column.
-
getStartingColumn
int getStartingColumn()
<<< merge needed >>> starting from 1. If not an incremental fetch, 1 is returned.- Returns:
- incremental fetch start column index
- Since:
- MicroStrategy Web 8.0.0
-
-