net.floatz.client.resource
Interface Form

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

public interface Form
extends com.google.gwt.resources.client.CssResource

Css bundle implementation of floatz.form.css for GWT (2.0.1 and above) Copyright (c) 1998-2010 by :humml:design http://design.humml.eu/toolbox/floatz Licensed under Apache License 2.0 http://www.apache.org/licenses/LICENSE-2.0

Version:
1.1.1
Author:
Harald Humml
See Also:
http://code.google.com/p/floatz/

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 button()
           
 java.lang.String combobox()
           
 java.lang.String custombutton()
           
 java.lang.String form()
           
 java.lang.String inline()
           
 java.lang.String mandatory()
           
 java.lang.String readonly()
           
 java.lang.String textbox()
           
 
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

button

@CssResource.ClassName(value="flz_button")
java.lang.String button()

combobox

@CssResource.ClassName(value="flz_combobox")
java.lang.String combobox()

custombutton

@CssResource.ClassName(value="flz_custombutton")
java.lang.String custombutton()

form

@CssResource.ClassName(value="flz_form")
java.lang.String form()

inline

@CssResource.ClassName(value="flz_inline")
java.lang.String inline()

mandatory

@CssResource.ClassName(value="flz_mandatory")
java.lang.String mandatory()

readonly

@CssResource.ClassName(value="flz_readonly")
java.lang.String readonly()

textbox

@CssResource.ClassName(value="flz_textbox")
java.lang.String textbox()