Class ColumnViewCell.Builder<B extends ColumnViewCell.Builder<B>>

Type Parameters:
B - the type of the Builder that is returned
All Implemented Interfaces:
BuilderInterface
Enclosing class:
ColumnViewCell

public static class ColumnViewCell.Builder<B extends ColumnViewCell.Builder<B>> extends ListItem.Builder<B>
Inner class implementing a builder pattern to construct a GObject with properties.
Since:
4.12
  • Constructor Details

    • Builder

      protected Builder()
      Default constructor for a Builder object.
  • Method Details