public interface UserServiceWriter extends UIComponentWriter, UserServiceResourceLocator
Modifier and Type | Method and Description |
---|---|
void |
addButton(UIButtonSpec aButton)
Adds a button.
|
UIButtonSpecNavigation |
newActionButton(String aLabel,
UserServiceEvent aCallback)
Creates a specification for an action button.
|
UIButtonSpecNavigation |
newActionButton(UserMessage aLabel,
UserServiceEvent aCallback)
Creates a specification for a localized action button.
|
addButtonHelp, addButtonJavaScript, addButtonJavaScriptToggle, addUILabel, addUserAvatar, buildButtonPreview, buildButtonPreview, buildButtonPreview, endBorder, endExpandCollapseBlock, endFormGroup, endFormRow, endTableFormRow, newExpandCollapseBlock, newFormGroup, newFormRow, startBorder, startBorder, startBorder, startExpandCollapseBlock, startExpandCollapseBlock, startFormGroup, startFormGroup, startFormRow, startFormRow, startFormRow, startFormRow, startTableFormRow
add_cr, add_cr, add, add, add, addSafeAttribute, addSafeAttribute, addSafeInnerHTML, addSafeInnerHTML
addJS_addResizeWorkspaceListener, addJS_cr, addJS_cr, addJS_openPreviewImage, addJS_openPreviewImageFromVar, addJS_setButtonDisabled, addJS_setExpandCollapseBlockExpanded, addJS_setStateToToggleButton, addJS_switchToPerspective, addJS_switchToPerspectiveAction, addJS
addJavaScriptDependency
getLocale, getSession
getURLForAction, getURLForAction, getURLForAjaxRequest, getURLForAjaxRequest, getURLForEndingService, getURLForGetRequest, getURLForGetRequest, getURLForResource, getURLForResource, getURLForServiceSelection, getURLForServiceSelection, getURLForServiceSelection, getURLForServiceSelection, getURLForServiceSelection, getURLForServiceSelection, getURLForServiceSelection, getURLForServiceSelection, getURLForServiceSelection
createWebComponentForRootSession, createWebComponentForSubSession, getURLForAjaxComponent, getURLForAjaxComponent, getURLForPerspectiveSelection, getURLForPerspectiveSelection, getURLForResource, getURLForResource, getURLForResource, getURLForResource, getURLForResource, getURLForRest, getURLForSelection, getURLForSelection, getURLForSelection, getURLForSelection, getURLForSelection, getURLForSelection, getURLForViewSelection
UIButtonSpecNavigation newActionButton(String aLabel, UserServiceEvent aCallback)
aLabel
- the button label.aCallback
- the callback.UIButtonSpecNavigation newActionButton(UserMessage aLabel, UserServiceEvent aCallback)
aLabel
- the button label.aCallback
- the callback.void addButton(UIButtonSpec aButton)
aButton
- the button specification.