com.bramosystems.oss.player.core.client.skin
Interface CustomPlayerControl.UIStyleResource

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

public static interface CustomPlayerControl.UIStyleResource
extends com.google.gwt.resources.client.CssResource

Defines the CSS class names used by the CustomPlayerControl 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 next()
           
 String nextDisabled()
           
 String pause()
           
 String play()
           
 String playDisabled()
           
 String prev()
           
 String prevDisabled()
           
 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

play

String play()

playDisabled

String playDisabled()

pause

String pause()

stop

String stop()

stopDisabled

String stopDisabled()

next

String next()

nextDisabled

String nextDisabled()

prev

String prev()

prevDisabled

String prevDisabled()

volume

String volume()


Copyright © 2009-2011. All Rights Reserved.