Package com.microstrategy.web.objects
Interface WebColumns
-
public interface WebColumns
Collection ofWebColumn
objects.- Since:
- MicroStrategy Web 7.3.1 or earlier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Enumeration
enumeration()
WebColumn
get(int index)
WebColumn
get(java.lang.String key)
int
getStartingColumn()
<<< merge needed >>> starting from 1.int
size()
-
-
-
Method Detail
-
enumeration
java.util.Enumeration enumeration()
- Returns:
- Enumeration of
WebColumn
objects.
-
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
-
-