com.sas.servlet.tbeans.navigationbar
Interface NavigationBarKeysInterface

All Known Implementing Classes:
BaseNavigationBar, NavigationBar, TableColumnNavigationBar, TableRowNavigationBar

public interface NavigationBarKeysInterface

This interface contains the keys that are used to retrieve the default components that make up the BaseNavigationBar composite component. The components can be retrieved by using the BaseNavigationBar's getComponent method;


Field Summary
static java.lang.String NAVIGATIONBAR_COLUMN_ELEMENT
          Component key for the column scrollers of the NavigationBar
static java.lang.String NAVIGATIONBAR_EDIT_ELEMENT
          Component key for the edit controls of the NavigationBar
static java.lang.String NAVIGATIONBAR_ROW_ELEMENT
          Component key for the row scrollers of the NavigationBar
 

Field Detail

NAVIGATIONBAR_ROW_ELEMENT

static final java.lang.String NAVIGATIONBAR_ROW_ELEMENT
Component key for the row scrollers of the NavigationBar

See Also:
Constant Field Values

NAVIGATIONBAR_COLUMN_ELEMENT

static final java.lang.String NAVIGATIONBAR_COLUMN_ELEMENT
Component key for the column scrollers of the NavigationBar

See Also:
Constant Field Values

NAVIGATIONBAR_EDIT_ELEMENT

static final java.lang.String NAVIGATIONBAR_EDIT_ELEMENT
Component key for the edit controls of the NavigationBar

See Also:
Constant Field Values



Copyright © 2009 SAS Institute Inc. All Rights Reserved.