org.vectomatic.svg.samples.client.smil
Class SmilSample

java.lang.Object
  extended by org.vectomatic.svg.samples.client.SampleBase
      extended by org.vectomatic.svg.samples.client.smil.SmilSample
All Implemented Interfaces:
com.google.gwt.event.shared.EventHandler, org.vectomatic.dom.svg.events.BeginHandler, org.vectomatic.dom.svg.events.EndHandler, org.vectomatic.dom.svg.events.RepeatHandler

public class SmilSample
extends SampleBase
implements org.vectomatic.dom.svg.events.RepeatHandler, org.vectomatic.dom.svg.events.BeginHandler, org.vectomatic.dom.svg.events.EndHandler


Field Summary
static Main.MainBundle mainBundle
           
 
Fields inherited from class org.vectomatic.svg.samples.client.SampleBase
HTML_SRC_DIR, sourceHtml, tabPanel, UIBINDER_SRC_DIR, uiBinderHtml
 
Constructor Summary
SmilSample()
           
 
Method Summary
 void begin(com.google.gwt.event.dom.client.ClickEvent event)
           
 void end(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 onBegin(org.vectomatic.dom.svg.events.BeginEvent event)
           
 void onEnd(org.vectomatic.dom.svg.events.EndEvent event)
           
 void onRepeat(org.vectomatic.dom.svg.events.RepeatEvent e)
           
 
Methods inherited from class org.vectomatic.svg.samples.client.SampleBase
createCodeTabs, requestCodeContents, resize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mainBundle

@UiField(provided=true)
public static Main.MainBundle mainBundle
Constructor Detail

SmilSample

public SmilSample()
Method Detail

getPanel

public com.google.gwt.user.client.ui.TabLayoutPanel getPanel()
Description copied from class: SampleBase
Instantiates the tab panel which contains the sample

Specified by:
getPanel in class SampleBase
Returns:

onRepeat

public void onRepeat(org.vectomatic.dom.svg.events.RepeatEvent e)
Specified by:
onRepeat in interface org.vectomatic.dom.svg.events.RepeatHandler

onEnd

public void onEnd(org.vectomatic.dom.svg.events.EndEvent event)
Specified by:
onEnd in interface org.vectomatic.dom.svg.events.EndHandler

onBegin

public void onBegin(org.vectomatic.dom.svg.events.BeginEvent event)
Specified by:
onBegin in interface org.vectomatic.dom.svg.events.BeginHandler

end

@UiHandler(value="endButton")
public void end(com.google.gwt.event.dom.client.ClickEvent event)

begin

@UiHandler(value="beginButton")
public void begin(com.google.gwt.event.dom.client.ClickEvent event)


Copyright © 2011. All Rights Reserved.