Uses of Class
org.refcodes.logger.ColumnLayout
-
-
Uses of ColumnLayout in org.refcodes.logger
Methods in org.refcodes.logger that return ColumnLayout Modifier and Type Method Description ColumnLayoutColumnLayoutAccessor. getColumnLayout()Retrieves the column layout from the column layout property.default ColumnLayoutColumnLayoutAccessor.ColumnLayoutProperty. letColumnLayout(ColumnLayout aColumnLayout)This method stores and passes through the given argument, which is very useful for builder APIs: Sets the givenColumnLayout(setter) as ofColumnLayoutAccessor.ColumnLayoutMutator.setColumnLayout(ColumnLayout)and returns the very same value (getter).static ColumnLayoutColumnLayout. toColumnLayout(String aValue)Case insensitive convenience method for converting aStringto an according enumeration.static ColumnLayoutColumnLayout. valueOf(String name)Returns the enum constant of this type with the specified name.static ColumnLayout[]ColumnLayout. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.refcodes.logger with parameters of type ColumnLayout Modifier and Type Method Description default ColumnLayoutColumnLayoutAccessor.ColumnLayoutProperty. letColumnLayout(ColumnLayout aColumnLayout)This method stores and passes through the given argument, which is very useful for builder APIs: Sets the givenColumnLayout(setter) as ofColumnLayoutAccessor.ColumnLayoutMutator.setColumnLayout(ColumnLayout)and returns the very same value (getter).voidColumnLayoutAccessor.ColumnLayoutMutator. setColumnLayout(ColumnLayout aColumnLayout)Sets the column layout for the column layout property.BColumnLayoutAccessor.ColumnLayoutBuilder. withColumnLayout(ColumnLayout aColumnLayout)Sets the column layout for the column layout property.
-