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