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 8f22a32 commit e6f8a62Copy full SHA for e6f8a62
src/main/java/com/flowingcode/addons/applayout/AppLayout.java
@@ -203,9 +203,9 @@ public void setDrawerBelowHeader(boolean 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 drawerRightAlignment attribute so the drawer will be shown
+ * with right alignment
+ * @param drawerRightAlignment
209
*/
210
public void setDrawerRightAlignment(boolean drawerRightAlignment) {
211
getElement().setAttribute("drawerAlign", drawerRightAlignment?"right":"left");
0 commit comments