com.vaadin.client.widgets
Class Escalator.SubPartArguments

java.lang.Object
  extended by com.vaadin.client.widgets.Escalator.SubPartArguments
Enclosing class:
Escalator

public static class Escalator.SubPartArguments
extends java.lang.Object

Utility class for parsing and storing SubPart request string attributes for Grid and Escalator.

Since:
7.5.0

Method Summary
 int getIndex(int i)
           
 int[] getIndices()
           
 int getIndicesLength()
           
 java.lang.String getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getType

public java.lang.String getType()

getIndicesLength

public int getIndicesLength()

getIndex

public int getIndex(int i)

getIndices

public int[] getIndices()


Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.