Uses of Class
org.primefaces.extensions.model.layout.LayoutOptions
-
Packages that use LayoutOptions Package Description org.primefaces.extensions.component.layout org.primefaces.extensions.model.layout -
-
Uses of LayoutOptions in org.primefaces.extensions.component.layout
Methods in org.primefaces.extensions.component.layout that return LayoutOptions Modifier and Type Method Description LayoutOptionsLayoutPane. getOptions()Methods in org.primefaces.extensions.component.layout with parameters of type LayoutOptions Modifier and Type Method Description com.google.gson.JsonElementLayoutOptionsSerializer. serialize(LayoutOptions src, java.lang.reflect.Type typeOfSrc, com.google.gson.JsonSerializationContext context) -
Uses of LayoutOptions in org.primefaces.extensions.model.layout
Methods in org.primefaces.extensions.model.layout that return LayoutOptions Modifier and Type Method Description LayoutOptionsLayoutOptions. getCenterOptions()LayoutOptionsLayoutOptions. getChildOptions()LayoutOptionsLayoutOptions. getEastOptions()LayoutOptionsLayoutOptions. getLayoutOptions(java.lang.String id)LayoutOptionsLayoutOptions. getNorthOptions()LayoutOptionsLayoutOptions. getPanesOptions()LayoutOptionsLayoutOptions. getSouthOptions()LayoutOptionsLayoutOptions. getTips()LayoutOptionsLayoutOptions. getWestOptions()Methods in org.primefaces.extensions.model.layout that return types with arguments of type LayoutOptions Modifier and Type Method Description java.util.Set<LayoutOptions>LayoutOptions. getDirectionPanes()Methods in org.primefaces.extensions.model.layout with parameters of type LayoutOptions Modifier and Type Method Description booleanLayoutOptions. replace(java.lang.String id, LayoutOptions layoutOptions)voidLayoutOptions. setCenterOptions(LayoutOptions layoutOptions)voidLayoutOptions. setChildOptions(LayoutOptions layoutOptions)voidLayoutOptions. setEastOptions(LayoutOptions layoutOptions)voidLayoutOptions. setNorthOptions(LayoutOptions layoutOptions)voidLayoutOptions. setPanesOptions(LayoutOptions layoutOptions)voidLayoutOptions. setSouthOptions(LayoutOptions layoutOptions)voidLayoutOptions. setTips(LayoutOptions tips)voidLayoutOptions. setWestOptions(LayoutOptions layoutOptions)
-