com.endeca.infront.cartridge.model
Class SortOptionLabel

java.lang.Object
  extended by com.endeca.infront.cartridge.model.Action
      extended by com.endeca.infront.cartridge.model.NavigationAction
          extended by com.endeca.infront.cartridge.model.SortOptionLabel

public class SortOptionLabel
extends NavigationAction

Represents a button or piece of text that links to an action and appears within a group of selectable items


Constructor Summary
SortOptionLabel()
           
 
Method Summary
 boolean isSelected()
          True if this label represents the current selection.
 void setSelected(boolean selected)
           
 
Methods inherited from class com.endeca.infront.cartridge.model.NavigationAction
getNavigationState, setNavigationState
 
Methods inherited from class com.endeca.infront.cartridge.model.Action
getContentPath, getLabel, getSiteRootPath, setContentPath, setLabel, setSiteRootPath
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SortOptionLabel

public SortOptionLabel()
Method Detail

isSelected

public boolean isSelected()
True if this label represents the current selection.


setSelected

public void setSelected(boolean selected)
See Also:
isSelected()


Copyright © 2012, Oracle and/or its affiliates. All rights reserved.