Uses of Class
org.jboss.hal.ballroom.table.RefreshMode
-
Packages that use RefreshMode Package Description org.jboss.hal.ballroom.table -
-
Uses of RefreshMode in org.jboss.hal.ballroom.table
Methods in org.jboss.hal.ballroom.table that return RefreshMode Modifier and Type Method Description static RefreshModeRefreshMode. valueOf(String name)Returns the enum constant of this type with the specified name.static RefreshMode[]RefreshMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.hal.ballroom.table with parameters of type RefreshMode Modifier and Type Method Description voidDataTable. update(Iterable<T> data, RefreshMode mode)voidDataTable. update(Iterable<T> data, RefreshMode mode, Function<T,String> identifier)Replaces the existing data with the new one.voidTable. update(Iterable<T> data, RefreshMode mode)voidTable. update(Iterable<T> data, RefreshMode mode, Function<T,String> identifier)
-