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
 java.lang.String leftEdge()
           
 java.lang.String pause()
           
 java.lang.String pauseDisabled()
           
 java.lang.String play()
           
 java.lang.String playDisabled()
           
 java.lang.String rightEdge()
           
 java.lang.String stop()
           
 java.lang.String stopDisabled()
           
 java.lang.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

java.lang.String leftEdge()

rightEdge

java.lang.String rightEdge()

pauseDisabled

java.lang.String pauseDisabled()

pause

java.lang.String pause()

play

java.lang.String play()

playDisabled

java.lang.String playDisabled()

stop

java.lang.String stop()

stopDisabled

java.lang.String stopDisabled()

volume

java.lang.String volume()


Copyright © 2009-2011. All Rights Reserved.