Uses of Enum Class
org.vaadin.tatu.BeanTable.FocusBehavior
-
Uses of BeanTable.FocusBehavior in org.vaadin.tatu
Methods in org.vaadin.tatu that return BeanTable.FocusBehaviorModifier and TypeMethodDescriptionstatic BeanTable.FocusBehaviorReturns the enum constant of this class with the specified name.static BeanTable.FocusBehavior[]BeanTable.FocusBehavior.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.vaadin.tatu with parameters of type BeanTable.FocusBehaviorModifier and TypeMethodDescriptionvoidBeanTable.setFocusBehavior(BeanTable.FocusBehavior focusBehavior) Set the focus behavior of this table for A11y.