:(
This commit is contained in:
@@ -33,11 +33,17 @@
|
||||
converterMessage="Invalid format!"
|
||||
title= "(#{i},#{j})"
|
||||
style="margin-left: 2px;" class="input"
|
||||
value="#{row[i]}" >
|
||||
value="#{row[j]}" >
|
||||
|
||||
</h:inputText>
|
||||
</p:columns>
|
||||
|
||||
<f:facet name="footer">
|
||||
columns:
|
||||
<h:inputText id="columns" value="#{matrixOperations.getMatrixC().columns}"/>
|
||||
rows:
|
||||
<h:inputText id="rows" value="#{matrixOperations.getMatrixC().rows}"/>
|
||||
<h:commandButton value="Change Sizes" action="#{matrixOperations.getMatrixC().changeRowsColumns()}"/>
|
||||
</f:facet>
|
||||
|
||||
</p:dataTable>
|
||||
</h:form>
|
||||
|
Reference in New Issue
Block a user