com.cc.framework.ui.model
Interface CrumbsStateModel

All Superinterfaces:
StateModel
All Known Implementing Classes:
CrumbsControl, CrumbsStateModelImp

public interface CrumbsStateModel
extends StateModel

Defines the Methods which manages the state of the CrumControl

Since:
1.3
Version:
$Revision: 1.6 $
Author:
Harald Schulz

Field Summary
static java.lang.String PROP_SELECTED
          State property for selected element
 
Fields inherited from interface com.cc.framework.ui.model.StateModel
PROP_CONTROL
 
Method Summary
 java.lang.String getSelectedCrumb()
          Returns the current selected crumb
 boolean isSelected(CrumbModel crumb)
          Returns true if the Crumb is selected
 void setSelectedCrumb(java.lang.String selected)
          Selects the specified crumb
 
Methods inherited from interface com.cc.framework.ui.model.StateModel
reset, synchronizeState
 

Field Detail

PROP_SELECTED

public static final java.lang.String PROP_SELECTED
State property for selected element

See Also:
Constant Field Values
Method Detail

getSelectedCrumb

public java.lang.String getSelectedCrumb()
Returns the current selected crumb

Returns:
String

setSelectedCrumb

public void setSelectedCrumb(java.lang.String selected)
Selects the specified crumb

Parameters:
selected - crumb to be selected

isSelected

public boolean isSelected(CrumbModel crumb)
Returns true if the Crumb is selected

Parameters:
crumb - CrumbModel
Returns:
boolean


Copyright © 2000-2005 SCC Informationssysteme GmbH. All Rights Reserved.