net.floatz.client.resource
Interface ResourceBundle

All Superinterfaces:
com.google.gwt.resources.client.ClientBundle

public interface ResourceBundle
extends com.google.gwt.resources.client.ClientBundle

Resource bundle of floatz CSS framework 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.ClientBundle
com.google.gwt.resources.client.ClientBundle.Source
 
Field Summary
static ResourceBundle INSTANCE
           
 
Method Summary
 Form form()
           
 Layout layout()
           
 LayoutCenter layoutCenter()
           
 LayoutLiquid layoutLiquid()
           
 Nav nav()
           
 Reset reset()
           
 ResetMeyer resetMeyer()
           
 

Field Detail

INSTANCE

static final ResourceBundle INSTANCE
Method Detail

resetMeyer

ResetMeyer resetMeyer()

reset

Reset reset()

layout

Layout layout()

layoutCenter

LayoutCenter layoutCenter()

layoutLiquid

LayoutLiquid layoutLiquid()

form

Form form()

nav

Nav nav()