From e561b76eacc30ca1beb2674c7154e1fa04cbd2fe Mon Sep 17 00:00:00 2001 From: stephan Date: Sun, 15 Apr 2018 13:07:08 +0200 Subject: [PATCH] updated the comments --- .../component/panelGrid/PanelGrid.java | 37 ++----------------- 1 file changed, 3 insertions(+), 34 deletions(-) diff --git a/src/main/java/net/bootsfaces/component/panelGrid/PanelGrid.java b/src/main/java/net/bootsfaces/component/panelGrid/PanelGrid.java index 0aa7636cd..c4d0af82a 100644 --- a/src/main/java/net/bootsfaces/component/panelGrid/PanelGrid.java +++ b/src/main/java/net/bootsfaces/component/panelGrid/PanelGrid.java @@ -88,38 +88,7 @@ public String getFamily() { } protected enum PropertyKeys { - colLg, - colMd, - colSm, - colSpans, - colXs, - columnClasses, - columns, - contentDisabled, - dir, - display, - hidden, - largeScreen, - mediumScreen, - offset, - offsetLg, - offsetMd, - offsetSm, - offsetXs, - rowClasses, - size, - smallScreen, - span, - style, - styleClass, - tinyScreen, - tooltip, - tooltipContainer, - tooltipDelay, - tooltipDelayHide, - tooltipDelayShow, - tooltipPosition, - visible; + colLg, colMd, colSm, colSpans, colXs, columnClasses, columns, contentDisabled, dir, display, hidden, largeScreen, mediumScreen, offset, offsetLg, offsetMd, offsetSm, offsetXs, rowClasses, size, smallScreen, span, style, styleClass, tinyScreen, tooltip, tooltipContainer, tooltipDelay, tooltipDelayHide, tooltipDelayShow, tooltipPosition, visible; String toString; PropertyKeys(String toString) { @@ -231,7 +200,7 @@ public void setColumnClasses(String _columnClasses) { } /** - * Synonym to colSpans: comma-separated list of the column spans

+ * Determines the number of equal-sized columns. Simple alternative to col-span. Use col-span if you need columns of different widths.

* @return Returns the value of the attribute, or null, if it hasn't been set by the JSF file. */ public String getColumns() { @@ -239,7 +208,7 @@ public String getColumns() { } /** - * Synonym to colSpans: comma-separated list of the column spans

+ * Determines the number of equal-sized columns. Simple alternative to col-span. Use col-span if you need columns of different widths.

* Usually this method is called internally by the JSF engine. */ public void setColumns(String _columns) {