类 DefaultPropertyContextImpl
- java.lang.Object
-
- net.sinodawn.framework.io.excel.support.impl.DefaultPropertyContextImpl
-
- 所有已实现的接口:
PropertyContext
public class DefaultPropertyContextImpl extends Object implements PropertyContext
-
-
方法概要
所有方法 静态方法 实例方法 具体方法 修饰符和类型 方法 说明 org.apache.poi.ss.usermodel.HorizontalAlignmentgetAlignment()java.util.function.BiConsumer<org.apache.poi.ss.usermodel.Cell,Object>getCellRowItemConsumer()java.util.function.Function<Object,Object>getConvertFunction()StringgetName()java.util.function.BiConsumer<org.apache.poi.ss.usermodel.Cell,Object>getStyleConsumer()StringgetTitle()booleanisNumeric()static PropertyContextof(String title, String name)static PropertyContextof(String title, String name, java.util.function.Function<Object,Object> function)static PropertyContextof(String title, String name, java.util.function.Function<Object,Object> function, org.apache.poi.ss.usermodel.HorizontalAlignment alignment)static PropertyContextof(String title, String name, org.apache.poi.ss.usermodel.HorizontalAlignment alignment)voidsetCellRowItemConsumer(java.util.function.BiConsumer<org.apache.poi.ss.usermodel.Cell,Object> cellRowItemConsumer)voidsetNumeric(boolean numeric)voidsetStyleConsumer(java.util.function.BiConsumer<org.apache.poi.ss.usermodel.Cell,Object> styleConsumer)
-
-
-
方法详细资料
-
of
public static PropertyContext of(String title, String name)
-
of
public static PropertyContext of(String title, String name, org.apache.poi.ss.usermodel.HorizontalAlignment alignment)
-
of
public static PropertyContext of(String title, String name, java.util.function.Function<Object,Object> function)
-
of
public static PropertyContext of(String title, String name, java.util.function.Function<Object,Object> function, org.apache.poi.ss.usermodel.HorizontalAlignment alignment)
-
getTitle
public String getTitle()
- 指定者:
getTitle在接口中PropertyContext
-
getName
public String getName()
- 指定者:
getName在接口中PropertyContext
-
getConvertFunction
public java.util.function.Function<Object,Object> getConvertFunction()
- 指定者:
getConvertFunction在接口中PropertyContext
-
getAlignment
public org.apache.poi.ss.usermodel.HorizontalAlignment getAlignment()
- 指定者:
getAlignment在接口中PropertyContext
-
getCellRowItemConsumer
public java.util.function.BiConsumer<org.apache.poi.ss.usermodel.Cell,Object> getCellRowItemConsumer()
- 指定者:
getCellRowItemConsumer在接口中PropertyContext
-
setCellRowItemConsumer
public void setCellRowItemConsumer(java.util.function.BiConsumer<org.apache.poi.ss.usermodel.Cell,Object> cellRowItemConsumer)
- 指定者:
setCellRowItemConsumer在接口中PropertyContext
-
getStyleConsumer
public java.util.function.BiConsumer<org.apache.poi.ss.usermodel.Cell,Object> getStyleConsumer()
- 指定者:
getStyleConsumer在接口中PropertyContext
-
setStyleConsumer
public void setStyleConsumer(java.util.function.BiConsumer<org.apache.poi.ss.usermodel.Cell,Object> styleConsumer)
- 指定者:
setStyleConsumer在接口中PropertyContext
-
isNumeric
public boolean isNumeric()
- 指定者:
isNumeric在接口中PropertyContext
-
setNumeric
public void setNumeric(boolean numeric)
- 指定者:
setNumeric在接口中PropertyContext
-
-