com.bramosystems.oss.player.capsule.client
Interface Capsule.CapsuleUIResource

All Superinterfaces:
com.google.gwt.resources.client.CssResource, com.google.gwt.resources.client.ResourcePrototype
Enclosing class:
Capsule

public static interface Capsule.CapsuleUIResource
extends com.google.gwt.resources.client.CssResource

Defines the CSS class names used by the Capsule widget. These class names should be defined in a stylesheet and linked as required by GWT's ClientBundle

Since:
1.2
Author:
Sikiru Braheem

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.google.gwt.resources.client.CssResource
com.google.gwt.resources.client.CssResource.ClassName, com.google.gwt.resources.client.CssResource.Import, com.google.gwt.resources.client.CssResource.ImportedWithPrefix, com.google.gwt.resources.client.CssResource.NotStrict, com.google.gwt.resources.client.CssResource.Shared, com.google.gwt.resources.client.CssResource.Strict
 
Method Summary
 String leftEdge()
           
 String pause()
           
 String pauseDisabled()
           
 String play()
           
 String playDisabled()
           
 String rightEdge()
           
 String stop()
           
 String stopDisabled()
           
 String volume()
           
 
Methods inherited from interface com.google.gwt.resources.client.CssResource
ensureInjected, getText
 
Methods inherited from interface com.google.gwt.resources.client.ResourcePrototype
getName
 

Method Detail

leftEdge

String leftEdge()

rightEdge

String rightEdge()

pauseDisabled

String pauseDisabled()

pause

String pause()

play

String play()

playDisabled

String playDisabled()

stop

String stop()

stopDisabled

String stopDisabled()

volume

String volume()


Copyright © 2009-2011. All Rights Reserved.