Package com.vaadin.client.widgets
Class Escalator.SubPartArguments
- java.lang.Object
-
- com.vaadin.client.widgets.Escalator.SubPartArguments
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getIndex(int i)
int[]
getIndices()
int
getIndicesLength()
String
getType()
-
-
-
Method Detail
-
getType
public String getType()
-
getIndicesLength
public int getIndicesLength()
-
getIndex
public int getIndex(int i)
-
getIndices
public int[] getIndices()
-
-