Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.webobjects.woextensions
Class WOSortOrderManyKey  view WOSortOrderManyKey download WOSortOrderManyKey.java

java.lang.Object
  extended byWOComponent
      extended bycom.webobjects.woextensions.WOSortOrderManyKey

public class WOSortOrderManyKey
extends WOComponent


Field Summary
protected  java.lang.String _currentKey
           
protected  WODisplayGroup _displayGroup
           
protected  java.lang.String _selectedKey
           
 
Constructor Summary
WOSortOrderManyKey(WOContext aContext)
           
 
Method Summary
protected  boolean _isCurrentKeyPrimary()
           
protected  void _makePrimarySortOrderingWithSelector(NSSelector aSelector)
           
protected  NSSelector _primaryKeySortOrderingSelector()
           
protected  EOSortOrdering _primarySortOrdering()
           
protected  void _removeSortOrderingWithKey(java.lang.String aKey)
           
 WODisplayGroup displayGroup()
           
 boolean isStateless()
           
 void reset()
           
 java.lang.String selectedKey()
           
 void setSelectedKey(java.lang.String aNewValue)
           
 WOComponent sortAscendingClicked()
           
 WOComponent sortDescendingClicked()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_currentKey

protected java.lang.String _currentKey

_selectedKey

protected java.lang.String _selectedKey

_displayGroup

protected WODisplayGroup _displayGroup
Constructor Detail

WOSortOrderManyKey

public WOSortOrderManyKey(WOContext aContext)
Method Detail

isStateless

public boolean isStateless()

reset

public void reset()

displayGroup

public WODisplayGroup displayGroup()

_primarySortOrdering

protected EOSortOrdering _primarySortOrdering()

setSelectedKey

public void setSelectedKey(java.lang.String aNewValue)

selectedKey

public java.lang.String selectedKey()

_isCurrentKeyPrimary

protected boolean _isCurrentKeyPrimary()

_primaryKeySortOrderingSelector

protected NSSelector _primaryKeySortOrderingSelector()

_removeSortOrderingWithKey

protected void _removeSortOrderingWithKey(java.lang.String aKey)

_makePrimarySortOrderingWithSelector

protected void _makePrimarySortOrderingWithSelector(NSSelector aSelector)

sortAscendingClicked

public WOComponent sortAscendingClicked()

sortDescendingClicked

public WOComponent sortDescendingClicked()