com.sage.accpac.sm
Class ViewKeys

java.lang.Object
  extended by com.sage.accpac.sm.ViewKeys

@ThreadSafe
public final class ViewKeys
extends java.lang.Object

Represents the collection of keys in an Accpac view

Thread safety
Thread-safe

Method Summary
 ViewKey get(int index)
          Gets the key with the given zero-based index
 int getCount()
          Gets the number of keys defined by the view
 View getParent()
          Gets the View object that created the current object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCount

public int getCount()
Gets the number of keys defined by the view


get

public ViewKey get(int index)
Gets the key with the given zero-based index

Parameters:
index - the zero-based index of the key desired.
See Also:
getCount()

getParent

public View getParent()
Gets the View object that created the current object



Copyright © 2010 Sage Software, Inc. All rights reserved.