Uses of Class
org.gwtbootstrap3.client.ui.constants.PaginationSize

Packages that use PaginationSize
org.gwtbootstrap3.client.ui Widgets representing Bootstrap components. 
org.gwtbootstrap3.client.ui.base Base classes and widgets that should only be used internally! 
org.gwtbootstrap3.client.ui.constants Contains constants types, mostly enums. 
 

Uses of PaginationSize in org.gwtbootstrap3.client.ui
 

Methods in org.gwtbootstrap3.client.ui that return PaginationSize
 PaginationSize Pagination.getPaginationSize()
           
 

Methods in org.gwtbootstrap3.client.ui with parameters of type PaginationSize
 void Pagination.setPaginationSize(PaginationSize paginationSize)
           
 

Constructors in org.gwtbootstrap3.client.ui with parameters of type PaginationSize
Pagination(PaginationSize paginationSize)
           
 

Uses of PaginationSize in org.gwtbootstrap3.client.ui.base
 

Methods in org.gwtbootstrap3.client.ui.base that return PaginationSize
 PaginationSize HasPaginationSize.getPaginationSize()
           
 

Methods in org.gwtbootstrap3.client.ui.base with parameters of type PaginationSize
 void HasPaginationSize.setPaginationSize(PaginationSize paginationSize)
           
 

Uses of PaginationSize in org.gwtbootstrap3.client.ui.constants
 

Methods in org.gwtbootstrap3.client.ui.constants that return PaginationSize
static PaginationSize PaginationSize.fromStyleName(String styleName)
           
static PaginationSize PaginationSize.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PaginationSize[] PaginationSize.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2015. All rights reserved.