public class UIModuleConfig
extends java.lang.Object
| Constructor and Description |
|---|
UIModuleConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPresentationElementFactory(PresentationElementFactory factory) |
java.lang.String |
getPath() |
java.util.List<PresentationElementFactory> |
getPresentationElementFactories() |
java.util.function.Supplier<java.util.List<PresentationService>> |
getServices() |
boolean |
isBrowserEnabled() |
boolean |
isPresentationModelEnabled() |
void |
setBrowserEnabled(boolean browserEnabled) |
void |
setPath(java.lang.String path) |
void |
setPresentationElementFactories(java.util.List<PresentationElementFactory> presentationElementFactories) |
void |
setPresentationModelEnabled(boolean presentationModelEnabled) |
void |
setServices(java.util.function.Supplier<java.util.List<PresentationService>> services) |
public boolean isBrowserEnabled()
public void setBrowserEnabled(boolean browserEnabled)
public boolean isPresentationModelEnabled()
public void setPresentationModelEnabled(boolean presentationModelEnabled)
public java.lang.String getPath()
public void setPath(java.lang.String path)
public java.util.function.Supplier<java.util.List<PresentationService>> getServices()
public void setServices(java.util.function.Supplier<java.util.List<PresentationService>> services)
public void addPresentationElementFactory(PresentationElementFactory factory)
public java.util.List<PresentationElementFactory> getPresentationElementFactories()
public void setPresentationElementFactories(java.util.List<PresentationElementFactory> presentationElementFactories)