@SessionScoped @Named public class SplitLayoutController extends Object implements Serializable
| Constructor and Description |
|---|
SplitLayoutController() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHorizontalLayout() |
Object |
getHorizontalLayoutFirstToken() |
Object |
getHorizontalLayoutSecondToken() |
String |
getVerticalLayout() |
String |
getVerticalLayoutFirstToken() |
String |
getVerticalLayoutSecondToken() |
void |
setHorizontalLayout(String horizontalLayout) |
void |
setVerticalLayout(String verticalLayout) |
public String getHorizontalLayout()
public void setHorizontalLayout(String horizontalLayout)
public String getVerticalLayout()
public void setVerticalLayout(String verticalLayout)
public String getVerticalLayoutFirstToken()
public String getVerticalLayoutSecondToken()
public Object getHorizontalLayoutFirstToken()
public Object getHorizontalLayoutSecondToken()
Copyright © 2002-2020 The Apache Software Foundation. All Rights Reserved.