Package | Description |
---|---|
org.vectomatic.dev.svg.impl.gen |
libgwtsvg implementation classes for UI, not to be accessed directly.
|
org.vectomatic.dom.svg.ui |
UI classes which are part of libgwtsvg public API.
|
Modifier and Type | Method and Description |
---|---|
protected void |
SVGButtonBaseParser.parseFace(XMLElement elem,
UiBinderWriter writer,
String fieldName,
XMLElement childElem,
SVGButtonBase.SVGFaceName faceName) |
Modifier and Type | Field and Description |
---|---|
protected SVGButtonBase.SVGFaceName |
SVGButtonBase.currentFaceName
The name of the face currently displayed by this button
|
Modifier and Type | Field and Description |
---|---|
protected Map<SVGButtonBase.SVGFaceName,SVGButtonBase.SVGFace> |
SVGButtonBase.faces
A map associating button face names to button faces
|
Modifier and Type | Method and Description |
---|---|
SVGButtonBase.SVGFaceName |
SVGButtonBase.getCurrentFaceName()
Returns the name of the face currently displayed by this button
|
static SVGButtonBase.SVGFaceName |
SVGButtonBase.SVGFaceName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SVGButtonBase.SVGFaceName[] |
SVGButtonBase.SVGFaceName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SVGButtonBase.SVGFace |
SVGButtonBase.addFace(SVGButtonBase.SVGFaceName faceName,
SVGButtonBase.SVGFace face)
Adds a new faces to the button
|
SVGButtonBase.SVGFace |
SVGToggleButton.getFace(SVGButtonBase.SVGFaceName faceName) |
SVGButtonBase.SVGFace |
SVGPushButton.getFace(SVGButtonBase.SVGFaceName faceName) |
SVGButtonBase.SVGFace |
SVGButtonBase.getFace(SVGButtonBase.SVGFaceName faceName)
Returns the face associated with a face name
|
void |
SVGButtonBase.showFace(SVGButtonBase.SVGFaceName faceName)
Forces the button to display the specified face
|
Constructor and Description |
---|
SVGButtonBase(OMSVGSVGElement svgElement,
Map<SVGButtonBase.SVGFaceName,SVGButtonBase.SVGFace> faces)
Constructor
|
SVGButtonBase(SVGResource resource,
Map<SVGButtonBase.SVGFaceName,SVGButtonBase.SVGFace> faces)
Constructor
|
SVGPushButton(OMSVGSVGElement svgElement,
Map<SVGButtonBase.SVGFaceName,SVGButtonBase.SVGFace> faces) |
SVGPushButton(SVGResource resource,
Map<SVGButtonBase.SVGFaceName,SVGButtonBase.SVGFace> faces) |
SVGToggleButton(OMSVGSVGElement svgElement,
Map<SVGButtonBase.SVGFaceName,SVGButtonBase.SVGFace> faces) |
SVGToggleButton(SVGResource resource,
Map<SVGButtonBase.SVGFaceName,SVGButtonBase.SVGFace> faces) |
Copyright © 2018. All Rights Reserved.