@Name(value="layoutColumnCounter") @Scope(value=EVENT) public class LayoutColumnCounter extends Object
Useful when rendering listing layouts in a PDF table, where number of columns need to be known in advance.
Constructor and Description |
---|
LayoutColumnCounter() |
Modifier and Type | Method and Description |
---|---|
void |
decrement() |
Integer |
getCurrentIndex() |
void |
increment() |
void |
setCurrentIndex(Integer index) |
public LayoutColumnCounter()
public Integer getCurrentIndex()
public void setCurrentIndex(Integer index)
public void increment()
public void decrement()
Copyright © 2018 Nuxeo. All rights reserved.