|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use CommandButtonLabelInfo | |
---|---|
org.springframework.richclient.application | Base application interfaces/classes. |
org.springframework.richclient.application.support | |
org.springframework.richclient.command | |
org.springframework.richclient.command.config | |
org.springframework.richclient.core | Basic interfaces/classes used throughout the richclient. |
org.springframework.richclient.factory |
Uses of CommandButtonLabelInfo in org.springframework.richclient.application |
---|
Methods in org.springframework.richclient.application that return CommandButtonLabelInfo | |
---|---|
CommandButtonLabelInfo |
PageDescriptor.getShowPageCommandLabel()
|
CommandButtonLabelInfo |
ViewDescriptor.getShowViewCommandLabel()
|
Uses of CommandButtonLabelInfo in org.springframework.richclient.application.support |
---|
Methods in org.springframework.richclient.application.support that return CommandButtonLabelInfo | |
---|---|
CommandButtonLabelInfo |
AbstractPageDescriptor.getShowPageCommandLabel()
|
CommandButtonLabelInfo |
DefaultViewDescriptor.getShowViewCommandLabel()
|
CommandButtonLabelInfo |
LookupViewDescriptor.getShowViewCommandLabel()
|
Uses of CommandButtonLabelInfo in org.springframework.richclient.command |
---|
Methods in org.springframework.richclient.command with parameters of type CommandButtonLabelInfo | |
---|---|
void |
AbstractCommand.setLabel(CommandButtonLabelInfo label)
Set the provided label on the default CommandFaceDescriptor . |
Uses of CommandButtonLabelInfo in org.springframework.richclient.command.config |
---|
Fields in org.springframework.richclient.command.config declared as CommandButtonLabelInfo | |
---|---|
static CommandButtonLabelInfo |
CommandButtonLabelInfo.BLANK_BUTTON_LABEL
A default instance to be used for command buttons with no label information. |
Methods in org.springframework.richclient.command.config that return CommandButtonLabelInfo | |
---|---|
protected CommandButtonLabelInfo |
CommandFaceDescriptor.getLabelInfo()
Returns the command button label info object. |
static CommandButtonLabelInfo |
CommandButtonLabelInfo.valueOf(String labelDescriptor)
Return an instance of this class, created by parsing the information in the given label descriptor string. |
Methods in org.springframework.richclient.command.config with parameters of type CommandButtonLabelInfo | |
---|---|
void |
CommandFaceDescriptor.setLabelInfo(CommandButtonLabelInfo labelInfo)
|
void |
CommandLabelConfigurable.setLabelInfo(CommandButtonLabelInfo labelInfo)
|
Constructors in org.springframework.richclient.command.config with parameters of type CommandButtonLabelInfo | |
---|---|
CommandFaceDescriptor(CommandButtonLabelInfo labelInfo)
Creates a new CommandFaceDescriptor whose label information is provided by the
given CommandButtonLabelInfo instance. |
Uses of CommandButtonLabelInfo in org.springframework.richclient.core |
---|
Methods in org.springframework.richclient.core that return CommandButtonLabelInfo | |
---|---|
CommandButtonLabelInfo |
LabeledObjectSupport.getLabel()
|
Methods in org.springframework.richclient.core with parameters of type CommandButtonLabelInfo | |
---|---|
void |
LabeledObjectSupport.setLabelInfo(CommandButtonLabelInfo label)
|
Uses of CommandButtonLabelInfo in org.springframework.richclient.factory |
---|
Methods in org.springframework.richclient.factory that return CommandButtonLabelInfo | |
---|---|
protected CommandButtonLabelInfo |
DefaultComponentFactory.getButtonLabelInfo(String label)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |