public class XPathSample extends SampleBase
Modifier and Type | Field and Description |
---|---|
static Main.MainBundle |
mainBundle |
static org.vectomatic.svg.samples.client.xpath.XPathSample.XPathBundle |
xpathBundle |
HTML_SRC_DIR, sourceHtml, tabPanel, UIBINDER_SRC_DIR, uiBinderHtml
Constructor and Description |
---|
XPathSample() |
Modifier and Type | Method and Description |
---|---|
void |
checkbox(com.google.gwt.event.dom.client.ClickEvent event) |
void |
evaluate() |
void |
evaluate(com.google.gwt.event.dom.client.ClickEvent event) |
com.google.gwt.user.client.ui.TabLayoutPanel |
getPanel()
Instantiates the tab panel which contains the sample
|
void |
keyUp(com.google.gwt.event.dom.client.KeyUpEvent event) |
createCodeTabs, requestCodeContents, resize
@UiField(provided=true) public static org.vectomatic.svg.samples.client.xpath.XPathSample.XPathBundle xpathBundle
@UiField(provided=true) public static Main.MainBundle mainBundle
public com.google.gwt.user.client.ui.TabLayoutPanel getPanel()
SampleBase
getPanel
in class SampleBase
@UiHandler(value="evaluateButton") public void evaluate(com.google.gwt.event.dom.client.ClickEvent event)
@UiHandler(value="evaluateCheckBox") public void checkbox(com.google.gwt.event.dom.client.ClickEvent event)
@UiHandler(value="xpathBox") public void keyUp(com.google.gwt.event.dom.client.KeyUpEvent event)
public void evaluate()
Copyright © 2018. All Rights Reserved.