Uses of Class
org.jboss.hal.ballroom.EmptyState
-
Packages that use EmptyState Package Description org.jboss.hal.ballroom org.jboss.hal.ballroom.form org.jboss.hal.core.mbui.form org.jboss.hal.core.mbui.listview -
-
Uses of EmptyState in org.jboss.hal.ballroom
Methods in org.jboss.hal.ballroom that return EmptyState Modifier and Type Method Description EmptyStateEmptyState.Builder. build() -
Uses of EmptyState in org.jboss.hal.ballroom.form
Constructors in org.jboss.hal.ballroom.form with parameters of type EmptyState Constructor Description AbstractForm(String id, StateMachine stateMachine, DataMapping<T> dataMapping, EmptyState emptyState) -
Uses of EmptyState in org.jboss.hal.core.mbui.form
Methods in org.jboss.hal.core.mbui.form with parameters of type EmptyState Modifier and Type Method Description ModelNodeForm.Builder<T>ModelNodeForm.Builder. singleton(Supplier<Operation> ping, EmptyState emptyState)Use this method if you want to manage a singleton resource. -
Uses of EmptyState in org.jboss.hal.core.mbui.listview
Methods in org.jboss.hal.core.mbui.listview with parameters of type EmptyState Modifier and Type Method Description ModelNodeListView.Builder<T>ModelNodeListView.Builder. emptyState(String name, EmptyState emptyState)
-