Uses of Class
systextil.bo.geradorpdfcurvaabc.ConstrutorView
Packages that use ConstrutorView
-
Uses of ConstrutorView in systextil.bo.geradorpdfcurvaabc
Methods in systextil.bo.geradorpdfcurvaabc that return types with arguments of type ConstrutorViewModifier and TypeMethodDescriptionstatic List
<ConstrutorView> ViewDAO.buscarDados
(br.com.intersys.systextil.connection.AppConnection conn, FiltrosParametros filtros) Methods in systextil.bo.geradorpdfcurvaabc with parameters of type ConstrutorViewModifier and TypeMethodDescriptionstatic void
LayoutTipoTres.montaHeader
(ConstrutorView construtorView, com.lowagie.text.pdf.PdfPTable tabela) static void
LayoutTipoDois.montaHeader2
(ConstrutorView construtorView, com.lowagie.text.pdf.PdfPTable tabela) static void
LayoutTipoUm.montaHeader2
(ConstrutorView construtorView, com.lowagie.text.pdf.PdfPTable tabela) static void
LayoutTipoDois.montaLinhaDadosCliente
(ConstrutorView obj, com.lowagie.text.pdf.PdfPTable tabela, int bordas, int posicao) static void
LayoutTipoTres.montaLinhaDadosCliente
(ConstrutorView obj, com.lowagie.text.pdf.PdfPTable tabela, int bordas, int posicao) static void
LayoutTipoUm.montaLinhaDadosCliente
(ConstrutorView obj, com.lowagie.text.pdf.PdfPTable tabela, int bordas, int posicao) Method parameters in systextil.bo.geradorpdfcurvaabc with type arguments of type ConstrutorViewModifier and TypeMethodDescriptionvoid
EstruturaPDF.body
(com.lowagie.text.Document document, List<ConstrutorView> agrupamentos) void
LayoutTipoDois.body
(com.lowagie.text.Document document, List<ConstrutorView> agrupamentos) void
LayoutTipoTres.body
(com.lowagie.text.Document document, List<ConstrutorView> agrupamentos) void
LayoutTipoUm.body
(com.lowagie.text.Document document, List<ConstrutorView> agrupamentos)