We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbabf3b commit ea9f4b2Copy full SHA for ea9f4b2
src/main/java/com/flowingcode/addons/applayout/AppLayout.java
@@ -202,10 +202,9 @@ public void setDrawerBelowHeader(boolean drawerBelowHeader) {
202
getElement().setAttribute("drawerBelowHeader", drawerBelowHeader);
203
}
204
205
- /**
206
- * Sets the drawerBelowHeader attribute so the drawer will be show below
207
- * the header of the applayout
208
- * @param drawerBelowHeader
+ /**
+ * Sets the alignment of the drawer to the right side.
+ * @param drawerRightAlignment
209
*/
210
public void setDrawerRightAlignment(boolean drawerRightAlignment) {
211
getElement().setAttribute("drawerAlign", drawerRightAlignment?"right":"left");
0 commit comments