|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SVGButtonBase.SVGFaceName | |
---|---|
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. |
Uses of SVGButtonBase.SVGFaceName in org.vectomatic.dev.svg.impl.gen |
---|
Methods in org.vectomatic.dev.svg.impl.gen with parameters of type SVGButtonBase.SVGFaceName | |
---|---|
protected void |
SVGButtonBaseParser.parseFace(XMLElement elem,
UiBinderWriter writer,
String fieldName,
XMLElement childElem,
SVGButtonBase.SVGFaceName faceName)
|
Uses of SVGButtonBase.SVGFaceName in org.vectomatic.dom.svg.ui |
---|
Fields in org.vectomatic.dom.svg.ui declared as SVGButtonBase.SVGFaceName | |
---|---|
protected SVGButtonBase.SVGFaceName |
SVGButtonBase.currentFaceName
The name of the face currently displayed by this button |
Fields in org.vectomatic.dom.svg.ui with type parameters of type SVGButtonBase.SVGFaceName | |
---|---|
protected Map<SVGButtonBase.SVGFaceName,SVGButtonBase.SVGFace> |
SVGButtonBase.faces
A map associating button face names to button faces |
Methods in org.vectomatic.dom.svg.ui that return SVGButtonBase.SVGFaceName | |
---|---|
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. |
Methods in org.vectomatic.dom.svg.ui with parameters of type SVGButtonBase.SVGFaceName | |
---|---|
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 parameters in org.vectomatic.dom.svg.ui with type arguments of type SVGButtonBase.SVGFaceName | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |