Servoy 5.x Public API

com.servoy.j2db.util.toolbar
Class Toolbar.ToolbarKey

java.lang.Object
  extended by com.servoy.j2db.util.toolbar.Toolbar.ToolbarKey
All Implemented Interfaces:
Comparable
Enclosing class:
Toolbar

public static class Toolbar.ToolbarKey
extends Object
implements Comparable


Constructor Summary
Toolbar.ToolbarKey(int row, int rowIndex, boolean visible, Toolbar toolbar)
           
 
Method Summary
 int compareTo(Object o)
           
 int getRow()
           
 int getRowIndex()
           
 Toolbar getToolbar()
           
 boolean isVisible()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Toolbar.ToolbarKey

public Toolbar.ToolbarKey(int row,
                          int rowIndex,
                          boolean visible,
                          Toolbar toolbar)
Method Detail

compareTo

public int compareTo(Object o)
Specified by:
compareTo in interface Comparable

getRow

public int getRow()
Returns:
Returns the row.

getRowIndex

public int getRowIndex()
Returns:
Returns the rowIndex.

getToolbar

public Toolbar getToolbar()

isVisible

public boolean isVisible()
Returns:
Returns the visible.

Copyright © 2010 Servoy B.V.