Uses of Class
de.xima.fc.gui.model.server.SelectableServerOption
-
Packages that use SelectableServerOption Package Description de.xima.fc.gui.model.portal de.xima.fc.gui.model.server -
-
Uses of SelectableServerOption in de.xima.fc.gui.model.portal
Methods in de.xima.fc.gui.model.portal that return types with arguments of type SelectableServerOption Modifier and Type Method Description List<SelectableServerOption>UserPortalViewModel. getServerOptions()Gets the servers (master or frontend servers) options that are available.Method parameters in de.xima.fc.gui.model.portal with type arguments of type SelectableServerOption Modifier and Type Method Description voidUserPortalViewModel. setServerOptions(List<SelectableServerOption> serverOptions)Sets the servers (master or frontend servers) options that are available. -
Uses of SelectableServerOption in de.xima.fc.gui.model.server
Methods in de.xima.fc.gui.model.server that return SelectableServerOption Modifier and Type Method Description static SelectableServerOptionSelectableServerOption. forModel(IServerModel server)
-