Uses of Class
com.arsdigita.bebop.Label

Packages that use Label
com.arsdigita.bebop A set of server-side user interface components for web applications. 
com.arsdigita.bebop.demo Example A set of examples that demonstrate how Bebop is used. 
com.arsdigita.bebop.form Provides a set of server-side user interface components for obtaining user input. 
com.arsdigita.toolbox.ui Miscellaneous collection of useful Bebop components. 
com.arsdigita.ui Basic user interface components. 
com.arsdigita.ui.admin Basic user interface components for the administrative UI. 
com.arsdigita.ui.permissions Default implementation of the CCM permissions UI. 
 

Uses of Label in com.arsdigita.bebop
 

Methods in com.arsdigita.bebop that return Label
 Label MapWizard.getListLabel()
           
 Label SplitWizard.HeaderPanel.getLabel()
          Retrieve the label.
 Label DynamicListWizard.getListLabel()
          Gets the label that appears above the listing component.
protected  Label PropertySheet.StringLabelCellRenderer.getLabel(Object value)
           
protected  Label PropertySheet.GlobalizedLabelCellRenderer.getLabel(Object value)
           
protected  Label Label.firePrintEvent(PageState state)
           
 Label Page.getTitle()
           Retrieves the title of this page.
 Label Page.getTitle(PageState state)
          Retrieves the title of this page as a Bebop label component.
 

Methods in com.arsdigita.bebop with parameters of type Label
static Page PageFactory.buildPage(String application, Label title)
          Instantiates a new instance of the Page class.
static Page PageFactory.buildPage(String application, Label title, String id)
          Instantiates a new instance of the Page class, with the optional unique page id string.
 void Page.setTitle(Label title)
          Set the title for this page from the passed in label.
 

Constructors in com.arsdigita.bebop with parameters of type Label
BasePage(String application, Label title, String id)
           
Page(Label title, Container panel)
          Creates an empty page with the specified title and panel.
Page(Label title)
          Creates an empty page with the specified title and implicit BoxPanel container.
 

Uses of Label in com.arsdigita.bebop.demo
 

Subclasses of Label in com.arsdigita.bebop.demo
 class HelloDate
           
 

Uses of Label in com.arsdigita.bebop.form
 

Methods in com.arsdigita.bebop.form with parameters of type Label
 void Option.setLabel(Label label)
          Deprecated. Use Option.setComponent(Component component) instead
 

Uses of Label in com.arsdigita.toolbox.ui
 

Methods in com.arsdigita.toolbox.ui with parameters of type Label
 void ItemEditor.setSummary(Label heading, Component summary)
           
 

Uses of Label in com.arsdigita.ui
 

Constructors in com.arsdigita.ui with parameters of type Label
SimplePage(String application, Label title, String id)
          Creates a new SimplePage object.
 

Uses of Label in com.arsdigita.ui.admin
 

Subclasses of Label in com.arsdigita.ui.admin
 class UserNameLabel
          A label that initializes itself to the user's full name.
 

Uses of Label in com.arsdigita.ui.permissions
 

Methods in com.arsdigita.ui.permissions that return Label
 Label PermissionsPane.getTitle()
          Returns the title "Permissions on object articles", e.g.
 



Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 20 2004:2337 UTC